mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
(From OE-Core rev: 769576f36aac9652525beec5c7e8a4d26632b844) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1d6722d694
commit
4c24c17799
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user