From 40ef537d6949f723d2d4af841d95bd9d4b28ea81 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 10 Oct 2019 01:26:10 -0400 Subject: 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 Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca --- doc/guides/cve_management_process.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc') 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. -- cgit v1.2.3