aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/porters-handbook
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-09-26 13:45:07 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-09-26 13:45:07 +0000
commit6984b0bf8ee29466f6787e8247c0162fe81764b1 (patch)
tree9ad8c51beee126db9f95113c83f504069bb43046 /documentation/content/en/books/porters-handbook
parent81da9bfee4a48c5573f52e4e8b47b4de57d6417d (diff)
downloaddoc-6984b0bf8ee29466f6787e8247c0162fe81764b1.tar.gz
doc-6984b0bf8ee29466f6787e8247c0162fe81764b1.zip
Diffstat (limited to 'documentation/content/en/books/porters-handbook')
-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 d5fc9c9aec..7843b770d7 100644
--- a/documentation/content/en/books/porters-handbook/security/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/security/_index.adoc
@@ -267,6 +267,17 @@ following command can be used instead:
where `CVE-YYYYY-XXXX` is a valid CVE identifier.
+If the vulnerability is a FreeBSD Security Advisory, the
+following command can be used instead:
+
+[source,shell]
+....
+% cd ${PORTSDIR}/security/vuxml
+% make newentry SA_ID=FreeBSD-SA-YY-XXXXXX.asc
+....
+
+where `FreeBSD-SA-YY-XXXXXX.asc` is a published https://www.freebsd.org/security/advisories/[FreeBSD Security Advisory].
+
Verify its syntax and formatting:
[source,shell]