git: 3883fd9a94 - main - [phb]: Document make newentry CVE_ID
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Mar 2023 11:28:27 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=3883fd9a94bb7dd5b90749cf54aed5cd007d10e2 commit 3883fd9a94bb7dd5b90749cf54aed5cd007d10e2 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-03-12 18:53:42 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-03-17 11:23:44 +0000 [phb]: Document make newentry CVE_ID Following https://cgit.freebsd.org/ports/commit/?id=7744049a400bd21999ae1a7b724d2378fd3e9d6b --- .../content/en/books/porters-handbook/security/_index.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) 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]