summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.