mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1ab33843ef
commit
3892744324
@@ -41,3 +41,5 @@ EXTRA_OEMESON:append:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon","","
|
||||
EXTRA_OEMESON:append:armv7ve = "${@bb.utils.contains("TUNE_FEATURES","neon",""," -Dneon=disabled",d)}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
CVE_STATUS[CVE-2023-37769] = "not-applicable-config: stress-test is an uninstalled test"
|
||||
|
||||
Reference in New Issue
Block a user