Skip to content

Commit 40a9d48

Browse files
authored
Link to responsible disclosure guidelines in Security-Policy remediation doc (#1545)
* refer to repsonsible disclosure guidelines * typo
1 parent 17467c1 commit 40a9d48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/checks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ information about a bug is not publicly visible.
517517

518518
**Remediation steps**
519519
- Place a security policy file `SECURITY.md` in the root directory of your repository. This makes it easily discoverable by a vulnerability reporter.
520-
- The file should contain information on what constitutes a vulnerability and a way to report it securely (e.g. issue tracker with private issue support, encrypted email with a published public key).
520+
- The file should contain information on what constitutes a vulnerability and a way to report it securely, e.g., an issue tracker with private issue support, encrypted email with a published public key. Follow the [coordinated vulnerability disclosure guidelines](https://github.com/ossf/oss-vulnerability-guide/blob/main/guide.md) to respond to vulnerability disclosures.
521521
- For GitHub, see more information [here](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository).
522522

523523
## Signed-Releases

docs/checks/internal/checks.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,9 @@ checks:
551551
- >-
552552
The file should contain information on what constitutes a vulnerability
553553
and a way to report it securely (e.g. issue tracker with private issue
554-
support, encrypted email with a published public key).
554+
support, encrypted email with a published public key). Follow the
555+
[coordinated vulnerability disclosure guidelines](https://github.com/ossf/oss-vulnerability-guide/blob/main/guide.md)
556+
to respond to vulnerability disclosures.
555557
- >-
556558
For GitHub, see more information
557559
[here](https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository).

0 commit comments

Comments
 (0)