Skip to content

Commit 63ffc7f

Browse files
authored
docs: update security policy with private vulnerability reports info (#3168)
This PR updates the security policy to encourage users to file security vulnerability reports through https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability The private vulnerability reports will show up here: https://github.com/libp2p/rust-libp2p/security/advisories?state=triage The maintainers will receive GitHub notification about new private vulnerability reports.
1 parent 2c8a41c commit 63ffc7f

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ about: Create a bug report for rust-libp2p.
55

66
<!-- Thank you for filing a bug report! -->
77

8-
<!-- For security related issues please reach out to [email protected]. Please do not file a public issue on GitHub. -->
8+
<!-- For security related issues please file a private security vulnerability report at https://github.com/libp2p/rust-libp2p/security/advisories/new or reach out to [email protected]. Please do not file a public issue on GitHub. -->
99

1010
## Summary
1111

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
blank_issues_enabled: true
22
contact_links:
3+
- name: Report a vulnerability
4+
url: https://github.com/libp2p/rust-libp2p/security/advisories/new
5+
about: For security related issues please file a private security vulnerability report.
36
- name: Question
47
url: https://github.com/libp2p/rust-libp2p/discussions/new?category=q-a
58
about: Please ask questions in the rust-libp2p GitHub Discussions forum.
69
- name: Libp2p Discourse Forum
710
url: https://discuss.libp2p.io
8-
about: Discussions and questions related to multiple libp2p implementations.
11+
about: Discussions and questions related to multiple libp2p implementations.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ This repository is the central place for Rust development of the [libp2p](https:
1414
- The **[examples](examples)** folder contains small binaries showcasing the
1515
many protocols in this repository.
1616

17-
- For **security related issues** please reach out to [email protected]. Please
18-
do not file a public issue on GitHub.
17+
- For **security related issues** please [file a private security vulnerability
18+
report](https://github.com/libp2p/rust-libp2p/security/advisories/new)
19+
or reach out to [[email protected]](mailto:[email protected]). Please do not
20+
file a public issue on GitHub.
1921

2022
- To **report bugs, suggest improvements or request new features** please open a
2123
GitHub issue on this repository.

SECURITY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ By default we provide security patches for the latest released version only. On
66

77
## Reporting a Vulnerability
88

9-
Please reach out to [email protected]. Please do not file a public issue on GitHub.
9+
Please do not file a public issue on GitHub. Instead, please [file a private security vulnerability report](https://github.com/libp2p/rust-libp2p/security/advisories/new).
10+
11+
If you need further assistance, please reach out to [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)