Skip to content

Commit bd87b37

Browse files
authored
fix: sync next-security-release template (#770)
1 parent 502cc6d commit bd87b37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/github/templates/next-security-release.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* [ ] pre-release: %PRE_RELEASE_PRIV%
1111
* [ ] post-release: %POS_RELEASE_PRIV%
1212
* List vulnerabilities in order of descending severity
13+
* Use the "summary" feature in HackerOne to sync post-release content
14+
and CVE requests. Example [2038134](https://hackerone.com/bugs?subject=nodejs\&report_id=2038134)
1315
* Ask the HackerOne reporter if they would like to be credited on the
1416
security release blog page
1517

@@ -20,10 +22,10 @@
2022

2123
## Announcement (one week in advance of the planned release)
2224

23-
* [ ] Verify that GitHub Actions are working as normal: <https://www.githubstatus.com/>.
24-
2525
* [ ] Check that all vulnerabilities are ready for release integration:
2626
* PRs against all affected release lines or cherry-pick clean
27+
* PRs with breaking changes have a
28+
[--security-revert](#Adding-a-security-revert-option) option if possible.
2729
* Approved
2830
* (optional) Approved by the reporter
2931
* Build and send the binary to the reporter according to its architecture

0 commit comments

Comments
 (0)