Skip to content

Commit 25052dc

Browse files
danbevtargos
authored andcommitted
doc: add nodejs-sec email template
This commit adds a suggestion for a template to be used as part of the security release process. One step of this process is to create an email to nodejs-sec group and currently would contain a copy and pasted version of what is published on nodejs.org. This suggestion is to instead use a link to the blog post. PR-URL: #38290 Refs: #38143 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 3858029 commit 25052dc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/guides/security-release-process.md

+12
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ information described.
3838
* Described in the pre/post announcements
3939

4040
* [ ] Pre-release announcement [email][]: ***LINK TO EMAIL***
41+
```text
42+
Security updates for all active release lines, Month Year
43+
44+
The Node.js project will release new versions of all supported release lines on or shortly after Day of week, Month Day of Month, Year
45+
For more information see: https://nodejs.org/en/blog/vulnerability/month-year-security-releases/
46+
```
4147
(Get access from existing manager: Ben Noordhuis, Rod Vagg, Michael Dawson)
4248

4349
* [ ] Pre-release announcement to nodejs.org blog: ***LINK TO BLOG***
@@ -64,6 +70,12 @@ information described.
6470
* [ ] [Unlock CI](https://github.com/nodejs/build/blob/HEAD/doc/jenkins-guide.md#after-the-release)
6571

6672
* [ ] Post-release announcement in reply [email][]: ***LINK TO EMAIL***
73+
```text
74+
Security updates for all active release lines, Month Year
75+
76+
The Node.js project has now released new versions of all supported release lines.
77+
For more information see: https://nodejs.org/en/blog/vulnerability/month-year-security-releases/
78+
```
6779

6880
* [ ] Post-release announcement to Nodejs.org blog: ***LINK TO BLOG POST***
6981
* (Re-PR the pre-approved branch from nodejs-private/nodejs.org-private to

0 commit comments

Comments
 (0)