summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2024-01-11 15:20:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-12 11:54:05 +0000
commit1863c0da9349c28b74ce17f0512b7ac9cbedfd8a (patch)
tree5dc05fb4caf787344eeb2e6ce2ec09e3b81429a4 /meta/recipes-core/glibc
parentef9f8330c1b85325969f76bc97272905eeedd5e0 (diff)
downloadpoky-1863c0da9349c28b74ce17f0512b7ac9cbedfd8a.tar.gz
glibc: Set status for CVE-2023-5156 & CVE-2023-0687
Set `CVE_STATUS`for those CVEs, they have already been fixed with the latest pull for stable branch fixes done in rev e444d2bed0ea140a574414fcd5a689867e8ba312. Hence the issues are fixed already. (From OE-Core rev: 6e6fe23c95f1d0a8a0503cb71557cf3272bf9945) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-version.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index ccf9d505c5..5f24a10826 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -10,4 +10,6 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)"
10CVE_STATUS[CVE-2023-4527] = "fixed-version: Fixed in stable branch updates" 10CVE_STATUS[CVE-2023-4527] = "fixed-version: Fixed in stable branch updates"
11CVE_STATUS[CVE-2023-4911] = "fixed-version: Fixed in stable branch updates" 11CVE_STATUS[CVE-2023-4911] = "fixed-version: Fixed in stable branch updates"
12CVE_STATUS[CVE-2023-4806] = "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"
13CVE_STATUS[CVE-2023-4527] = "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"