summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2019-10-10 01:26:10 -0400
committerRich Trott <rtrott@gmail.com>2019-10-12 17:15:36 -0700
commit40ef537d6949f723d2d4af841d95bd9d4b28ea81 (patch)
treeadcd5ee5cece182e32206fa144bf3d06ec54d604 /doc/guides
parent31522406b1f618f50ac78b28b533c4e3b2ca0ff9 (diff)
downloadandroid-node-v8-40ef537d6949f723d2d4af841d95bd9d4b28ea81.tar.gz
android-node-v8-40ef537d6949f723d2d4af841d95bd9d4b28ea81.tar.bz2
android-node-v8-40ef537d6949f723d2d4af841d95bd9d4b28ea81.zip
doc: nest code fence under unordered list
When it isn't nested, a new unordered list is created for the next item PR-URL: https://github.com/nodejs/node/pull/29915 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/cve_management_process.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/guides/cve_management_process.md b/doc/guides/cve_management_process.md
index 49faea22b2..059d15f1f9 100644
--- a/doc/guides/cve_management_process.md
+++ b/doc/guides/cve_management_process.md
@@ -123,15 +123,15 @@ following steps are used to assign, announce and report a CVE.
For each CVE listed, the additional data must include the following fields
updated with appropriate data for the CVE
-```text
- [CVEID]: CVE-XXXX-XXXX
- [PRODUCT]: Node.js
- [VERSION]: 8.x+, 9.x+, 10.x+
- [PROBLEMTYPE]: Denial of Service
- [REFERENCES]: Link to the blog for the final announce
- [DESCRIPTION]: Description from final announce
- [ASSIGNINGCNA]: Node.js Foundation
-```
+ ```text
+ [CVEID]: CVE-XXXX-XXXX
+ [PRODUCT]: Node.js
+ [VERSION]: 8.x+, 9.x+, 10.x+
+ [PROBLEMTYPE]: Denial of Service
+ [REFERENCES]: Link to the blog for the final announce
+ [DESCRIPTION]: Description from final announce
+ [ASSIGNINGCNA]: Node.js Foundation
+ ```
* 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.