git: b736cf1ce6 - main - Add advisories to relavent toml files.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Sep 2024 23:22:35 UTC
The branch main has been updated by gordon: URL: https://cgit.FreeBSD.org/doc/commit/?id=b736cf1ce69525c3f9cf14a8b1d50b13067914a7 commit b736cf1ce69525c3f9cf14a8b1d50b13067914a7 Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2024-09-04 23:22:16 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2024-09-04 23:22:16 +0000 Add advisories to relavent toml files. Approved by: so --- website/data/security/advisories.toml | 24 ++++++++++++++++++++++++ website/data/security/errata.toml | 4 ++++ 2 files changed, 28 insertions(+) diff --git a/website/data/security/advisories.toml b/website/data/security/advisories.toml index cd751f68a5..fc502d85e6 100644 --- a/website/data/security/advisories.toml +++ b/website/data/security/advisories.toml @@ -1,6 +1,30 @@ # Sort advisories by year, month and day # $FreeBSD$ +[[advisories]] +name = "FreeBSD-SA-24:14.umtx" +date = "2024-09-04" + +[[advisories]] +name = "FreeBSD-SA-24:13.openssl" +date = "2024-09-04" + +[[advisories]] +name = "FreeBSD-SA-24:12.bhyve" +date = "2024-09-04" + +[[advisories]] +name = "FreeBSD-SA-24:11.ctl" +date = "2024-09-04" + +[[advisories]] +name = "FreeBSD-SA-24:10.bhyve" +date = "2024-09-04" + +[[advisories]] +name = "FreeBSD-SA-24:09.libnv" +date = "2024-09-04" + [[advisories]] name = "FreeBSD-SA-24:08.openssh" date = "2024-08-07" diff --git a/website/data/security/errata.toml b/website/data/security/errata.toml index 47a42d0b59..ddd7e6e5da 100644 --- a/website/data/security/errata.toml +++ b/website/data/security/errata.toml @@ -1,6 +1,10 @@ # Sort errata notices by year, month and day # $FreeBSD$ +[[notices]] +name = "FreeBSD-EN-24:15.calendar" +date = "2024-09-04" + [[notices]] name = "FreeBSD-EN-24:14.ifconfig" date = "2024-08-07"