git: b640c77727 - main - [phb][security]: Encourage documenting derivative ports
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=b640c7772741ea880a252208149caa4b3de06aa5 commit b640c7772741ea880a252208149caa4b3de06aa5 Author: Fernando Apesteguía <[email protected]> AuthorDate: 2025-01-20 17:33:23 +0000 Commit: Fernando Apesteguía <[email protected]> CommitDate: 2025-01-20 17:33:38 +0000 [phb][security]: Encourage documenting derivative ports Recommend documenting vulnerabilities in the derivative projects. Discussed in ports-secteam@. Reviewed By: tz@ Differential Revision: https://reviews.freebsd.org/D48440 --- .../content/en/books/porters-handbook/security/_index.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/security/_index.adoc b/documentation/content/en/books/porters-handbook/security/_index.adoc index e04bb32e6c..877dc61b5a 100644 --- a/documentation/content/en/books/porters-handbook/security/_index.adoc +++ b/documentation/content/en/books/porters-handbook/security/_index.adoc @@ -313,3 +313,13 @@ WWW: https://portaudit.FreeBSD.org/8c9b48d1-3715-11e3-a624-00262d8b701d.html .... The former version matches while the latter one does not. + +[[security-xcheck-vuxml]] +=== Cross-checking Derivatives + +If an upstream project has a known vulnerability, check whether derivatives or +forks of the project included in the ports tree are also affected. +For example, if a vulnerability is discovered in package:www/firefox[], assess +whether derivatives like package:www/librewolf[], package:www/waterfox[] or +other similar projects share the same vulnerability. Include all affected +derivatives in the VuXML entry, ensuring that users of these ports are informed.