git: 58fb46dd8f - main - security: Inter-link between SA and EN pages for greater visibility
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Dec 2023 22:24:27 UTC
The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/doc/commit/?id=58fb46dd8fde39eb1aeaa55b50227ff04530c804 commit 58fb46dd8fde39eb1aeaa55b50227ff04530c804 Author: Jessica Clarke <jrtc27@FreeBSD.org> AuthorDate: 2023-12-06 22:24:11 +0000 Commit: Jessica Clarke <jrtc27@FreeBSD.org> CommitDate: 2023-12-06 22:24:11 +0000 security: Inter-link between SA and EN pages for greater visibility Both sets of announcements are important for administrators to be aware of, so make it more obvious that ENs exist when looking at SAs, and make it clear that SAs aren't included in the list of ENs. Suggested by: brooks Reviewed by: brooks, emaste, jhb, pauamma_gundo.com Differential Revision: https://reviews.freebsd.org/D42916 --- website/content/en/security/_index.adoc | 4 ++++ website/content/en/security/advisories.adoc | 2 ++ website/content/en/security/notices.adoc | 2 ++ 3 files changed, 8 insertions(+) diff --git a/website/content/en/security/_index.adoc b/website/content/en/security/_index.adoc index 3bab20ff50..dae16bdd75 100644 --- a/website/content/en/security/_index.adoc +++ b/website/content/en/security/_index.adoc @@ -51,6 +51,8 @@ Once it had been determined that a Security Advisory is warranted, either the su A full list of all security vulnerabilities affecting the base system can be found link:advisories[on this page]. +A full list of all other errata affecting the base system can be found link:notices[on this page]. + [[advisories]] == Understanding FreeBSD security advisories @@ -71,6 +73,8 @@ The FreeBSD Security Officer provides security advisories for _-STABLE Branches_ Issues affecting the FreeBSD Ports Collection are covered separately in https://vuxml.FreeBSD.org/[the FreeBSD VuXML document]. +Errata affecting the base system but not classified as security vulnerabilities are covered separately on the link:notices[FreeBSD Errata Notices] page. + [[how]] == How to update your system diff --git a/website/content/en/security/advisories.adoc b/website/content/en/security/advisories.adoc index cc2d90b230..402f3dd2b6 100644 --- a/website/content/en/security/advisories.adoc +++ b/website/content/en/security/advisories.adoc @@ -9,3 +9,5 @@ security: advisories This web page contains a list of released FreeBSD Security Advisories. See the link:../[FreeBSD Security Information] page for general security information about FreeBSD. Issues affecting the FreeBSD Ports Collection are covered in http://vuxml.freebsd.org/[the FreeBSD VuXML document]. + +Errata affecting the base system but not classified as security vulnerabilities are covered separately on the link:../notices[FreeBSD Errata Notices] page. diff --git a/website/content/en/security/notices.adoc b/website/content/en/security/notices.adoc index 22686e1109..d7ad9a6b75 100644 --- a/website/content/en/security/notices.adoc +++ b/website/content/en/security/notices.adoc @@ -7,3 +7,5 @@ security: notices = FreeBSD Errata Notices This web page contains a list of released FreeBSD Errata Notices. + +Security vulnerabilities affecting the base system are covered separately on the link:../advisories[FreeBSD Security Advisories] page.