Skip to content

Commit 3b6fd2f

Browse files
authored
[EDI] Configuring private vulnerability reporting for a repository (#59584)
1 parent 28ce104 commit 3b6fd2f

3 files changed

Lines changed: 14 additions & 18 deletions

File tree

content/code-security/concepts/vulnerability-reporting-and-management/about-coordinated-disclosure-of-security-vulnerabilities.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,16 @@ Private vulnerability reporting provides a secure, structured way for security r
8484

8585
Without clear guidance on how to contact maintainers, security researchers may feel forced to disclose vulnerabilities publicly, such as by posting on social media, opening public issues, or contacting maintainers through informal channels, which can expose users to unnecessary risk. Private vulnerability reporting helps avoid these situations by offering a dedicated, private reporting workflow.
8686

87-
For security researchers, private vulnerability reporting offers:
87+
For security researchers, the benefits of using private vulnerability reporting are:
8888

89-
* Less frustration, and less time spent trying to figure out how to contact the maintainer.
90-
* A smoother process for disclosing and discussing vulnerability details.
91-
* The opportunity to discuss vulnerability details privately with the repository maintainer.
89+
* A clear, structured way to contact maintainers
90+
* A smoother process for disclosing and discussing vulnerability details
91+
* The ability to discuss vulnerability details privately with the repository maintainer
92+
* Reduced risk of vulnerability details being in the public eye before a fix is available
93+
94+
For maintainers, the benefits of using private vulnerability reporting are:
95+
96+
{% data reusables.security-advisory.private-vulnerability-reporting-benefits %}
9297

9398
For more information for security researchers and repository maintainers, see [AUTOTITLE](/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) and [AUTOTITLE](/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/managing-privately-reported-security-vulnerabilities), respectively.
9499

content/code-security/how-tos/report-and-fix-vulnerabilities/configure-vulnerability-reporting/configuring-private-vulnerability-reporting-for-a-repository.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ redirect_from:
1515
- /code-security/security-advisories/working-with-repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository
1616
---
1717

18-
## About privately reporting a security vulnerability
19-
20-
Security researchers often feel responsible for alerting users to a vulnerability that could be exploited. If there are no clear instructions about contacting maintainers of the repository containing the vulnerability, security researchers may have no other choice but to post about the vulnerability on social media, send direct messages to the maintainer, or even create public issues. This situation can potentially lead to a public disclosure of the vulnerability details.
21-
22-
{% data reusables.security-advisory.private-vulnerability-reporting-overview %}
23-
24-
For maintainers, the benefits of using private vulnerability reporting are:
25-
{% data reusables.security-advisory.private-vulnerability-reporting-benefits %}
18+
Enabling private vulnerability reporting gives security researchers a secure, structured way to disclose vulnerabilities directly in your repository. Once enabled, researchers can submit reports through without resorting to public disclosure or informal channels. For background on private vulnerability reporting and how it fits into coordinated disclosure, see [AUTOTITLE](/code-security/concepts/vulnerability-reporting-and-management/about-coordinated-disclosure-of-security-vulnerabilities).
2619

2720
The instructions in this article refer to enablement at repository level. For information about enabling the feature at organization level, see [AUTOTITLE](/code-security/security-advisories/working-with-repository-security-advisories/configuring-private-vulnerability-reporting-for-an-organization).
2821

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
* Less risk of being contacted publicly, or via undesired means.
2-
* Receive reports in the same platform you resolve them in for simplicity
3-
* The security researcher creates or at least initiates the advisory report on the behalf of maintainers.
4-
* Maintainers receive reports in the same platform as the one used to discuss and resolve the advisories.
5-
* Vulnerability less likely to be in the public eye.
6-
* The opportunity to discuss vulnerability details privately with security researchers and collaborate on the patch.
1+
* Receiving reports in the same platform where they are resolved
2+
* Security researchers creating or initiating the advisory report on behalf of maintainers
3+
* Reduced risk of vulnerabilities being in the public eye before a fix is available
4+
* The opportunity to discuss vulnerability details privately with security researchers and collaborate on the patch

0 commit comments

Comments
 (0)