From 314b5e15c48ad248dec6937dc642137f67042d9d Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Wed, 25 Oct 2017 11:04:44 -0400 Subject: [PATCH] Add email aliases for acting as CNA Add email aliases for acting as a CNA asas per: https://github.com/nodejs/security-wg/issues/33 cve-request - email address that people should be directed to in order to ask questions about CVE-related issues cve-mitre-contact - private contact points for mitre to reach out directly to in case there are issues that required immediate attention cna-discussion-list - email address added ot the CNA email discussion list. Used for announcements, sharing documents or discussion relevant to CNA community. Rarely has more than 10 messages a week --- iojs.org/aliases.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/iojs.org/aliases.json b/iojs.org/aliases.json index 6486300..ab88dfa 100644 --- a/iojs.org/aliases.json +++ b/iojs.org/aliases.json @@ -115,5 +115,18 @@ "gibfahn@gmail.com", "hello@bnb.im", "rtrott@gmail.com" + ] }, + { "from": "cve-request", "to": [ + "michael_dawson@ca.ibm.com", + "info@bnoordhuis.nl", + "viewtech@gmail.com" + ] }, + { "from": "cve-mitre-contact", "to": [ + "michael_dawson@ca.ibm.com", + "info@bnoordhuis.nl", + "viewtech@gmail.com" + ] }, + { "from": "cna-discussion-list", "to": [ + "michael_dawson@ca.ibm.com" ] } ]