Skip to content

Commit ba88713

Browse files
committedAug 11, 2023
doc: add h1 summary to security release process
1 parent f1b3ade commit ba88713

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎doc/contributing/security-release-process.md

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ The current security stewards are documented in the main Node.js
5656
* [ ] pre-release: _**LINK TO PR**_
5757
* [ ] post-release: _**LINK TO PR**_
5858
* List vulnerabilities in order of descending severity
59+
* Use the "summary" feature in HackerOne to sync post-release content
60+
and CVE requests. Example [2038134](https://hackerone.com/bugs?subject=nodejs\&report_id=2038134)
5961
* Ask the HackerOne reporter if they would like to be credited on the
6062
security release blog page:
6163
```text
@@ -79,6 +81,9 @@ The current security stewards are documented in the main Node.js
7981
between Security Releases.
8082
* Pass `make test`
8183
* Have CVEs
84+
* Use the "summary" feature in HackerOne to create a description for the
85+
CVE and the post release announcement.
86+
Example [2038134](https://hackerone.com/bugs?subject=nodejs\&report_id=2038134)
8287
* Make sure that dependent libraries have CVEs for their issues. We should
8388
only create CVEs for vulnerabilities in Node.js itself. This is to avoid
8489
having duplicate CVEs for the same vulnerability.

0 commit comments

Comments
 (0)