diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-09-27 19:46:59 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-09-30 09:43:59 -1000 |
| commit | 6cbbd132d36f71a959fdb1c70f92c16b25ddd63b (patch) | |
| tree | 6219d7ea92cf6f3266e3b1ac59e202d9ae1ada02 | |
| parent | e67e90c5572ec0c3d01732272ff24aedbce340a3 (diff) | |
| download | poky-6cbbd132d36f71a959fdb1c70f92c16b25ddd63b.tar.gz | |
xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
(cherry-pick from commit 769576f36aac9652525beec5c7e8a4d26632b844 )
(From OE-Core rev: 96d36b97d9c6d1f5e79b1bea79f182561423fecb)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 |
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. |
| 30 | CVE_CHECK_IGNORE += "CVE-2020-25697" | 30 | CVE_CHECK_IGNORE += "CVE-2020-25697" |
| 31 | # This is specific to XQuartz, which is the macOS X server port | ||
| 32 | CVE_CHECK_IGNORE += "CVE-2022-3553" | ||
| 31 | 33 | ||
| 32 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 34 | S = "${WORKDIR}/${XORG_PN}-${PV}" |
| 33 | 35 | ||
