Skip to content
Snippets Groups Projects
Commit 00580c70 authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Issue #3519593: Add note about Contacted by the security team. Now what?

parent 863c5fa0
No related branches found
No related tags found
No related merge requests found
Pipeline #479672 passed
......@@ -204,6 +204,7 @@ class DrupalOrgSecurityIssueWebhookQueueWorker extends QueueWorkerBase implement
$body = [
'Thanks for reporting this security issue. Drupal security issues follow a coordinated disclosure policy; if a security fix is needed, the advisory and release are made public at a coordinated time. _Do not discuss this outside of this issue_.',
'Maintainers: Please help triage this issue by validating if you can reproduce the issue, and evaluating its impact. If a fix is needed, please use this private fork to work on a fix and create a merge request. As the project’s maintainer, you are responsible for making security fixes when needed.',
'Do not commit any code until directed to do so. Please review [Contacted by the security team. Now what?](https://www.drupal.org/drupal-security-team/contacted-by-the-security-team-now-what)',
];
$gitlab_client->issues()->addNote($moved_issue['project_id'], $moved_issue['iid'], implode(PHP_EOL . PHP_EOL, $body));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment