summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2020-04-22 22:46:00 -0400
committerRuben Bridgewater <ruben@bridgewater.de>2020-04-28 13:58:22 +0200
commita5bed1e297cd9ff54cf64989d8abed9d6bb7d448 (patch)
tree92212fb4cd4623bfc46b48a4366038de12aef3a3
parentf7c7713a3ecf8cbee59c69551104890f072ef49d (diff)
downloadnode-new-a5bed1e297cd9ff54cf64989d8abed9d6bb7d448.tar.gz
doc: convert bare email addresses to mailto links
reflowed for line length after increased url size PR-URL: https://github.com/nodejs/node/pull/32676 Reviewed-By: Rich Trott <rtrott@gmail.com>
-rw-r--r--doc/guides/cve-management-process.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/guides/cve-management-process.md b/doc/guides/cve-management-process.md
index 36c2b3a6ca..eba94484b5 100644
--- a/doc/guides/cve-management-process.md
+++ b/doc/guides/cve-management-process.md
@@ -18,17 +18,17 @@ of contact points. Email aliases have been setup for these as follows:
* **Public contact points**. Email address to which people will be directed
by Mitre when they are asked for a way to contact the Node.js team about
- CVE-related issues. **cve-request@iojs.org**
+ CVE-related issues. **[cve-request@iojs.org][]**
* **Private contact points**. Administrative contacts that Mitre can reach out
to directly in case there are issues that require immediate attention.
- **cve-mitre-contact@iojs.org**
+ **[cve-mitre-contact@iojs.org][]**
* **Email addresses to add to the CNA email discussion list**. This address has
been added to a closed mailing list that is used for announcements,
sharing documents, or discussion relevant to the CNA community.
The list rarely has more than ten messages a week.
- **cna-discussion-list@iojs.org**
+ **[cna-discussion-list@iojs.org][]**
## CNA management processes
@@ -72,7 +72,7 @@ of CVEs should then be requested using the steps listed above.
### External CVE request process
-When a request for a CVE is received via the cve-request@iojs.org
+When a request for a CVE is received via the [cve-request@iojs.org][]
email alias the following process will be followed (likely updated
after we get HackerOne up and running).
@@ -135,3 +135,7 @@ following steps are used to assign, announce and report a CVE.
* Move the CVE from the Pending section to the Announced section along
with a link to the Node.js blog post announcing that releases
are available.
+
+[cve-request@iojs.org]: mailto:cve-request@iojs.org
+[cve-mitre-contact@iojs.org]: mailto:cve-mitre-contact@iojs.org
+[cna-discussion-list@iojs.org]: mailto:cna-discussion-list@iojs.org