summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-02-24 11:57:37 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-07 08:32:54 -1000
commite4f9b3aa4f9e299bf241201687ce52df01bf534e (patch)
treef9843e9e1e88898d62fad5f8f173e9b34a9cedde /meta/recipes-core/glibc
parent3542ad6716e785012a5443bc3b171736b4f79151 (diff)
downloadpoky-e4f9b3aa4f9e299bf241201687ce52df01bf534e.tar.gz
glibc: ignore CVE-2023-0687
This CVE was backported to glibc 2.35 branch 9 months ago. NVD recently updated CPE and it appeared in kirkstone cve reports. https://sourceware.org/git/?p=glibc.git;a=log;h=refs/heads/release/2.35/master gmon: Fix allocated buffer overflow (bug 29444) https://sourceware.org/git/?p=glibc.git;a=commit;h=f2820e478c68a73a38f81512cc38beeee220212a (From OE-Core rev: c8b30db7fcecc726fae87c8c49d4c01f0feeb2ab) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc_2.35.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.35.bb b/meta/recipes-core/glibc/glibc_2.35.bb
index 21cd99dfdd..3ec6610d01 100644
--- a/meta/recipes-core/glibc/glibc_2.35.bb
+++ b/meta/recipes-core/glibc/glibc_2.35.bb
@@ -24,7 +24,7 @@ CVE_CHECK_IGNORE += "CVE-2019-1010025"
24CVE_CHECK_IGNORE += "CVE-2023-4527" 24CVE_CHECK_IGNORE += "CVE-2023-4527"
25 25
26# To avoid these in cve-check reports since the recipe version did not change 26# To avoid these in cve-check reports since the recipe version did not change
27CVE_CHECK_IGNORE += "CVE-2023-4813 CVE-2023-4806 CVE-2023-4911 CVE-2023-5156" 27CVE_CHECK_IGNORE += "CVE-2023-0687 CVE-2023-4813 CVE-2023-4806 CVE-2023-4911 CVE-2023-5156"
28 28
29DEPENDS += "gperf-native bison-native" 29DEPENDS += "gperf-native bison-native"
30 30