From: Ross Burton Date: Mon, 24 Oct 2022 15:07:44 +0000 (+0100) Subject: xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2733 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=769576f36aac9652525beec5c7e8a4d26632b844;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 6b11c79be6e..ecb164ddf76 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -28,6 +28,8 @@ CVE_CHECK_IGNORE += "CVE-2011-4613" # impossible or difficult to exploit. There is currently no upstream patch # available for this flaw. CVE_CHECK_IGNORE += "CVE-2020-25697" +# This is specific to XQuartz, which is the macOS X server port +CVE_CHECK_IGNORE += "CVE-2022-3553" S = "${WORKDIR}/${XORG_PN}-${PV}"