summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Dawson <mdawson@devrus.com>2021-08-05 15:16:24 -0400
committerMichaƫl Zasso <targos@protonmail.com>2021-09-04 15:14:55 +0200
commit615477f67bcdd75a737963ce75cf250a380053d8 (patch)
tree0af3c43fb73ff75efbe744a1c6baf0cddcdb9895
parente9b1a006a11c875c5c0f13568f7f081db7e9f01d (diff)
downloadnode-new-615477f67bcdd75a737963ce75cf250a380053d8.tar.gz
doc: update instructions for cc
- update intructions on adding cc for email to nodejs-sec mailing list as UI does not allow it to be done directly. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/39674 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
-rw-r--r--doc/guides/security-release-process.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/guides/security-release-process.md b/doc/guides/security-release-process.md
index 42e34b4dd8..a0986a5c04 100644
--- a/doc/guides/security-release-process.md
+++ b/doc/guides/security-release-process.md
@@ -43,7 +43,6 @@ information described.
* Described in the pre/post announcements
* [ ] Pre-release announcement [email][]: ***LINK TO EMAIL***
- * CC: `oss-security@lists.openwall.com`
* Subject: `Node.js security updates for all active release lines, Month Year`
* Body:
```text
@@ -52,6 +51,12 @@ information described.
```
(Get access from existing manager: Ben Noordhuis, Rod Vagg, Michael Dawson)
+* [ ] CC `oss-security@lists.openwall.com` on pre-release
+
+The google groups UI does not support adding a CC, until we figure
+out a better way, forward the email you receive to
+`oss-security@lists.openwall.com` as a CC.
+
* [ ] Pre-release announcement to nodejs.org blog: ***LINK TO BLOG***
(Re-PR the pre-approved branch from nodejs-private/nodejs.org-private to
nodejs/nodejs.org)