From dbdc8dc6460aea1c75d7455c977244fa0d96d79c Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Tue, 16 Dec 2025 17:08:16 -0800 Subject: SA/EN templates: Add XX where replacements are needed --- website/static/security/advisory-template.txt | 40 +++++++++++++-------------- website/static/security/errata-template.txt | 40 +++++++++++++-------------- 2 files changed, 40 insertions(+), 40 deletions(-) (limited to 'website/static/security') diff --git a/website/static/security/advisory-template.txt b/website/static/security/advisory-template.txt index 9de56d570f..2d4d33c07a 100644 --- a/website/static/security/advisory-template.txt +++ b/website/static/security/advisory-template.txt @@ -1,14 +1,14 @@ ============================================================================= -FreeBSD-SA-ADVISORY_TEMPLATE Security Advisory +FreeBSD-SA-XX_ADVISORY_TEMPLATE Security Advisory The FreeBSD Project -Topic: +Topic: XX -Category: < core | contrib > -Module: +Category: +Module: Announced: 2025-XX-XX -Credits: -Affects: +Credits: XX +Affects: Corrected: 2025-XX-XX XX:XX:XX UTC (stable/15, 15.0-STABLE) @@ -25,31 +25,31 @@ following sections, please visit . I. Background - + II. Problem Description - + III. Impact - + IV. Workaround - + No workaround is available. -<... but some systems are unaffected:> + No workaround is available. - - + + V. Solution - + Upgrade your vulnerable system to a supported FreeBSD stable or release / security branch (releng) dated after the correction date. @@ -84,7 +84,7 @@ FreeBSD release branches. a) Download the relevant patch from the location below, and verify the detached PGP signature using your PGP utility. -[FreeBSD 13.3] +[FreeBSD XX] # fetch https://security.FreeBSD.org/patches/SA-XX:XX/XXXX.patch # fetch https://security.FreeBSD.org/patches/SA-XX:XX/XXXX.patch.asc # gpg --verify XXXX.patch.asc @@ -94,26 +94,26 @@ b) Apply the patch. Execute the following commands as root: # cd /usr/src # patch < /path/to/patch - + c) Recompile the operating system using buildworld and installworld as described in . - + c) Recompile the operating system using buildworld and installworld as described in . Restart the applicable daemons, or reboot the system. - + c) Recompile the operating system using buildworld and installworld as described in . Restart all daemons that use the library, or reboot the system. - + c) Recompile your kernel as described in and reboot the @@ -150,7 +150,7 @@ nNNNNNN in the table above), run: VII. References - + diff --git a/website/static/security/errata-template.txt b/website/static/security/errata-template.txt index 670fb83fa3..e2f56ad2e9 100644 --- a/website/static/security/errata-template.txt +++ b/website/static/security/errata-template.txt @@ -1,14 +1,14 @@ ============================================================================= -FreeBSD-EN-ERRATA_TEMPLATE Errata Notice +FreeBSD-EN-XX_ERRATA_TEMPLATE Errata Notice The FreeBSD Project -Topic: +Topic: XX -Category: < core | contrib > -Module: +Category: +Module: Announced: 2025-XX-XX -Credits: -Affects: +Credits: XX +Affects: Corrected: 2025-XX-XX XX:XX:XX UTC (stable/15, 15.0-STABLE) @@ -25,31 +25,31 @@ branches, and the following sections, please visit I. Background - + II. Problem Description - + III. Impact - + IV. Workaround - + No workaround is available. -<... but some systems are unaffected:> + No workaround is available. - - + + V. Solution - + Upgrade your system to a supported FreeBSD stable or release / security branch (releng) dated after the correction date. @@ -84,7 +84,7 @@ FreeBSD release branches. a) Download the relevant patch from the location below, and verify the detached PGP signature using your PGP utility. -[FreeBSD 13.3] +[FreeBSD XX] # fetch https://security.FreeBSD.org/patches/EN-XX:XX/XXXX.patch # fetch https://security.FreeBSD.org/patches/EN-XX:XX/XXXX.patch.asc # gpg --verify XXXX.patch.asc @@ -94,26 +94,26 @@ b) Apply the patch. Execute the following commands as root: # cd /usr/src # patch < /path/to/patch - + c) Recompile the operating system using buildworld and installworld as described in . - + c) Recompile the operating system using buildworld and installworld as described in . Restart the applicable daemons, or reboot the system. - + c) Recompile the operating system using buildworld and installworld as described in . Restart all daemons that use the library, or reboot the system. - + c) Recompile your kernel as described in and reboot the @@ -150,7 +150,7 @@ nNNNNNN in the table above), run: VII. References - + -- cgit v1.3