summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg.inc')
-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 6b11c79be6..ecb164ddf7 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