summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-10-24 16:07:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-04 23:31:48 +0000
commitf435cff54a9bb26179c46aa0e2f099a3a4a1cca5 (patch)
tree2abb37f99263653728c1f05193b3155083084e00
parenta6586821f0a5014692fd3a2361e9ef0fa08246e3 (diff)
downloadpoky-f435cff54a9bb26179c46aa0e2f099a3a4a1cca5.tar.gz
xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
(From OE-Core rev: 2017ed15cc5b29319fe1b769c1fcfc5c2f799fd8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> (cherry picked from commit 769576f36aac9652525beec5c7e8a4d26632b844) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 057a1ba6ad..dd741270a7 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"
28# impossible or difficult to exploit. There is currently no upstream patch 28# impossible or difficult to exploit. There is currently no upstream patch
29# available for this flaw. 29# available for this flaw.
30CVE_CHECK_IGNORE += "CVE-2020-25697" 30CVE_CHECK_IGNORE += "CVE-2020-25697"
31# This is specific to XQuartz, which is the macOS X server port
32CVE_CHECK_IGNORE += "CVE-2022-3553"
31 33
32S = "${WORKDIR}/${XORG_PN}-${PV}" 34S = "${WORKDIR}/${XORG_PN}-${PV}"
33 35