summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-11-03 13:28:08 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-03 13:49:23 +0000
commit38927443243ef397c8ae58cf03bcb5858cfb5482 (patch)
treed2a8a46ec740adab9191bf58260f61fc6277c80f /meta
parent1ab33843ef7bc19b6648cf8757b23f4cf434cca1 (diff)
downloadpoky-38927443243ef397c8ae58cf03bcb5858cfb5482.tar.gz
pixman: ignore CVE-2023-37769
This issue relates to a floating point exception in stress-test, which is an unlikely security exploit at the best of times, but the test is not installed so isn't relevant. (From OE-Core rev: a36d62a06be6cce1a438f8f2178eb60aad6b7267) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb
index 98df6dab21..8a93f8c0fe 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb
@@ -41,3 +41,5 @@ EXTRA_OEMESON:append:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon","","
41EXTRA_OEMESON:append:armv7ve = "${@bb.utils.contains("TUNE_FEATURES","neon",""," -Dneon=disabled",d)}" 41EXTRA_OEMESON:append:armv7ve = "${@bb.utils.contains("TUNE_FEATURES","neon",""," -Dneon=disabled",d)}"
42 42
43BBCLASSEXTEND = "native nativesdk" 43BBCLASSEXTEND = "native nativesdk"
44
45CVE_STATUS[CVE-2023-37769] = "not-applicable-config: stress-test is an uninstalled test"