-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a security policy #79
Comments
We'll want to reference https://www.drupal.org/docs/develop/issues/issue-procedures-and-etiquette/reporting-a-security-issue, but we'll need some custom language, since for example, the answer at the bottom there for "What if the vulnerability affects a project that is not hosted on Drupal.org?" would be incorrect for Composer Stager and the other PHP-TUF repos. |
Let's start with a pull request with the following SECURITY.md:
I based the above on https://raw.githubusercontent.com/symfony/.github/main/SECURITY.md. Let's not merge such a PR though until it's been reviewed by Drupal's security team. |
Here's the PR, @effulgentsia: #85. I requested review from the security team at https://drupal.slack.com/archives/C5B7P7294/p1677870014372739. |
I assume this should be a stable blocker, @effulgentsia. |
We need to do this to get Composer Stager into Drupal, but I don't think it needs to block a stable 2.0.0 release of Composer Stager, since adding a SECURITY.md file and other docs wouldn't disrupt Composer Stager's codebase in any way. Keeping it in the v2.0.0 milestone as something we'd like to focus on and ideally get done before 2.0.0 is fine though. |
According to the Core dependency release cycles, security information, and evaluation criteria, dependencies are evaluated for their security policies before being added to Drupal core. To facilitate adding this library (see Add php-tuf/composer-stager to core dependencies on Drupal.org), we need to define a security policy.
SECURITY.md
#85README.md
or the Wiki.The text was updated successfully, but these errors were encountered: