generated from wayfair-incubator/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from cisco-ospo/incorporate-ossf-security-md
Adapt phrasing from `ossf/scorecard` to `SECURITY.md` policy template
- Loading branch information
Showing
3 changed files
with
59 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ body: | |
- v1.0.0 | ||
- v1.0.1 | ||
- v1.0.2 | ||
- v1.0.3 | ||
default: 0 | ||
validations: | ||
required: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,37 +3,55 @@ | |
This document outlines security procedures and general policies for the | ||
`<project name>` project. | ||
|
||
- [Reporting a Bug](#reporting-a-bug) | ||
- [Disclosure Policy](#disclosure-policy) | ||
- [Comments on this Policy](#comments-on-this-policy) | ||
- [Disclosing a security issue](#disclosing-a-security-issue) | ||
- [Vulnerability management](#vulnerability-management) | ||
- [Suggesting changes](#suggesting-changes) | ||
|
||
## Reporting a Bug | ||
## Disclosing a security issue | ||
|
||
The `<project name>` team and community take all security bugs in `<project | ||
name>` seriously. Thank you for improving the security of `<project name>`. We | ||
appreciate your efforts and responsible disclosure and will make every effort to | ||
acknowledge your contributions. | ||
The `<project name>` maintainers take all security issues in the project | ||
seriously. Thank you for improving the security of `<project name>`. We | ||
appreciate your dedication to responsible disclosure and will make every effort | ||
to acknowledge your contributions. | ||
|
||
Report security bugs by emailing `[email protected]`. | ||
`<project name>` leverages GitHub's private vulnerability reporting. | ||
|
||
The lead maintainer will acknowledge your email within 48 hours, and will send a | ||
more detailed response within 48 hours indicating the next steps in handling | ||
your report. After the initial reply to your report, the security team will | ||
endeavor to keep you informed of the progress towards a fix and full | ||
announcement, and may ask for additional information or guidance. | ||
To learn more about this feature and how to submit a vulnerability report, | ||
review [GitHub's documentation on private reporting](https://docs.github.com/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability). | ||
|
||
## Disclosure Policy | ||
Here are some helpful details to include in your report: | ||
|
||
When the security team receives a security bug report, they will assign it to a | ||
primary handler. This person will coordinate the fix and release process, | ||
involving the following steps: | ||
- a detailed description of the issue | ||
- the steps required to reproduce the issue | ||
- versions of the project that may be affected by the issue | ||
- if known, any mitigations for the issue | ||
|
||
- Confirm the problem and determine the affected versions. | ||
- Audit code to find any potential similar problems. | ||
- Prepare fixes for all releases still under maintenance. These fixes will be | ||
released as quickly as possible. | ||
A maintainer will acknowledge the report within three (3) business days, and | ||
will send a more detailed response within an additional three (3) business days | ||
indicating the next steps in handling your report. | ||
|
||
## Comments on this Policy | ||
If you've been unable to successfully draft a vulnerability report via GitHub | ||
or have not received a response during the alloted response window, please | ||
reach out via the [Cisco Open security contact email](mailto:[email protected]). | ||
|
||
If you have suggestions on how this process could be improved please submit a | ||
pull request. | ||
After the initial reply to your report, the maintainers will endeavor to keep | ||
you informed of the progress towards a fix and full announcement, and may ask | ||
for additional information or guidance. | ||
|
||
## Vulnerability management | ||
|
||
When the maintainers receive a disclosure report, they will assign it to a | ||
primary handler. | ||
|
||
This person will coordinate the fix and release process, which involves the | ||
following steps: | ||
|
||
- confirming the issue | ||
- determining affected versions of the project | ||
- auditing code to find any potential similar problems | ||
- preparing fixes for all releases under maintenance | ||
|
||
## Suggesting changes | ||
|
||
If you have suggestions on how this process could be improved please submit an | ||
issue or pull request. |