diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2024-01-24 13:37:20 -0500 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2024-01-30 13:58:57 -0500 |
commit | 443c10018cb1e33cd6a054c32eb62881f1dcfca2 (patch) | |
tree | 51298cbb6ed2a8841805c581ff85795efdb37ba0 /advisories/GLIBC-SA-2023-0001 | |
parent | 6cdc44214253a74e7140d75a7ebfc900820a5fa8 (diff) | |
download | glibc-443c10018cb1e33cd6a054c32eb62881f1dcfca2.zip glibc-443c10018cb1e33cd6a054c32eb62881f1dcfca2.tar.gz glibc-443c10018cb1e33cd6a054c32eb62881f1dcfca2.tar.bz2 |
Update advisory format and introduce some automation
Simplify the advisory format by dropping the -Backport tags and instead
stick to using just the -Commit tags. To identify backports, put a
substring of git-describe into the release version in the brackets next
to the commit ref. This way, it not only identifies that the fix (or
regression) is on the release/2.YY/master branch, it also disambiguates
regressions/fixes in the branch from those in the tarball.
Add a README to make it easier for consumers to understand the format.
Additionally, the Release wiki needs to be updated to inform the release
manager to:
1. Generate a NEWS snipped from the advisories directory
AND
2. on release/2.YY/master, replace the advisories directory with a text
file pointing to the advisories directory in master so that we don't
have to update multiple locations.
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'advisories/GLIBC-SA-2023-0001')
-rw-r--r-- | advisories/GLIBC-SA-2023-0001 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advisories/GLIBC-SA-2023-0001 b/advisories/GLIBC-SA-2023-0001 index 12b4f8e..3d19c91 100644 --- a/advisories/GLIBC-SA-2023-0001 +++ b/advisories/GLIBC-SA-2023-0001 @@ -11,4 +11,4 @@ CVE-Id: CVE-2023-25139 Public-Date: 2023-02-02 Vulnerable-Commit: e88b9f0e5cc50cab57a299dc7efe1a4eb385161d (2.37) Fix-Commit: c980549cc6a1c03c23cc2fe3e7b0fe626a0364b0 (2.38) -Fix-Backport: 07b9521fc6369d000216b96562ff7c0ed32a16c4 (2.37) +Fix-Commit: 07b9521fc6369d000216b96562ff7c0ed32a16c4 (2.37-4) |