aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-12 18:53:42 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-03-17 11:23:44 +0000
commit3883fd9a94bb7dd5b90749cf54aed5cd007d10e2 (patch)
tree8643a8baf9eb0aa1b844738e8420496a9b12bf41
parent61829e4efdcc6ee10a6f6b06b6115027a843cf87 (diff)
downloaddoc-3883fd9a94.tar.gz
doc-3883fd9a94.zip
[phb]: Document make newentry CVE_ID
-rw-r--r--documentation/content/en/books/porters-handbook/security/_index.adoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/content/en/books/porters-handbook/security/_index.adoc b/documentation/content/en/books/porters-handbook/security/_index.adoc
index e8c9a0a6b8..d5fc9c9aec 100644
--- a/documentation/content/en/books/porters-handbook/security/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/security/_index.adoc
@@ -256,6 +256,17 @@ If there is none found, add a new entry for this vulnerability.
% make newentry
....
+If the vulnerability has a https://cve.mitre.org/[MITRE CVE] identifier, the
+following command can be used instead:
+
+[source,shell]
+....
+% cd ${PORTSDIR}/security/vuxml
+% make newentry CVE_ID=CVE-YYYY-XXXXX
+....
+
+where `CVE-YYYYY-XXXX` is a valid CVE identifier.
+
Verify its syntax and formatting:
[source,shell]