summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-version.inc
diff options
context:
space:
mode:
authorValek Andrej <andrej.v@skyrain.eu>2024-02-01 14:24:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-06 10:32:19 +0000
commitb94e596464be4eeb245f81b2357e418affc37f19 (patch)
treed39de235c9aed8f71312188660186d273a047215 /meta/recipes-core/glibc/glibc-version.inc
parent6d503a7f39831107a6578ba6d5a23291a3d9e913 (diff)
downloadpoky-b94e596464be4eeb245f81b2357e418affc37f19.tar.gz
glibc: Refresh CVE status w.r.t 2.39 release
- drop irrelevant CVEs for 2.39 release (From OE-Core rev: bea91fb120fef012c1501d470f85ee60a672d1e3) Signed-off-by: Valek Andrej <andrej.v@skyrain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc-version.inc')
-rw-r--r--meta/recipes-core/glibc/glibc-version.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 848648b599..a35c7b28a7 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -7,9 +7,4 @@ GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"
7 7
8UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)" 8UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)"
9 9
10CVE_STATUS[CVE-2023-4527] = "fixed-version: Fixed in stable branch updates"
11CVE_STATUS[CVE-2023-4911] = "fixed-version: Fixed in stable branch updates" 10CVE_STATUS[CVE-2023-4911] = "fixed-version: Fixed in stable branch updates"
12CVE_STATUS[CVE-2023-4806] = "fixed-version: Fixed in stable branch updates"
13CVE_STATUS[CVE-2023-5156] = "fixed-version: Fixed in stable branch updates"
14CVE_STATUS[CVE-2023-4527] = "fixed-version: Fixed in stable branch updates"
15CVE_STATUS[CVE-2023-0687] = "fixed-version: Fixed in stable branch updates"