From: Ross Burton Date: Mon, 23 Oct 2023 17:46:21 +0000 (+0100) Subject: pixman: ignore CVE-2023-37769 X-Git-Tag: yocto-5.2~4771 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72f2d4cf44b795f766ecdee0b8362c7e162c5efc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 98df6dab217..8a93f8c0fe3 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",""," 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"