Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Mar 2023 11:28:27 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 3883fd9a94 - main - [phb]: Document make newentry CVE_ID
Message-ID:  <202303171128.32HBSRTc065600@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303171128.32HBSRTc065600>