diff options
author | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-12-06 22:24:11 +0000 |
---|---|---|
committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2023-12-06 22:24:11 +0000 |
commit | 58fb46dd8fde39eb1aeaa55b50227ff04530c804 (patch) | |
tree | daef7918600efad196559e0ef4cbd37a395401c8 | |
parent | 62fc6a35e5fc30b0fcd6ac8d1c2b65e18077ece8 (diff) |
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
-rw-r--r-- | website/content/en/security/_index.adoc | 4 | ||||
-rw-r--r-- | website/content/en/security/advisories.adoc | 2 | ||||
-rw-r--r-- | website/content/en/security/notices.adoc | 2 |
3 files changed, 8 insertions, 0 deletions
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. |