]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
qemu: ignore RHEL specific CVE-2023-2680
authorLee Chee Yang <chee.yang.lee@intel.com>
Thu, 19 Oct 2023 05:48:40 +0000 (13:48 +0800)
committerSteve Sakoman <steve@sakoman.com>
Thu, 19 Oct 2023 14:34:38 +0000 (04:34 -1000)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/qemu/qemu.inc

index 00decc57e51845ed64a629b7de41fb1a28429754..a7f1099dd5d3df67cd45a2837af93cbbd3f200fd 100644 (file)
@@ -67,6 +67,10 @@ CVE_CHECK_IGNORE += "CVE-2018-18438"
 # this bug related to windows specific.
 CVE_CHECK_IGNORE += "CVE-2023-0664"
 
+# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387
+# RHEL specific issue
+CVE_CHECK_IGNORE += "CVE-2023-2680"
+
 COMPATIBLE_HOST:mipsarchn32 = "null"
 COMPATIBLE_HOST:mipsarchn64 = "null"
 COMPATIBLE_HOST:riscv32 = "null"