summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-10-19 13:48:40 +0800
committerSteve Sakoman <steve@sakoman.com>2023-10-19 04:34:38 -1000
commit7300254fdb6659c0a7462c64133f893d1a152850 (patch)
treeb2a185d91c88c273d4159a582edd48187d1082a9
parent0bc69dc078c39381a39789d3c5fff673d7da994c (diff)
downloadopenembedded-core-contrib-7300254fdb6659c0a7462c64133f893d1a152850.tar.gz
qemu: ignore RHEL specific CVE-2023-2680
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 00decc57e5..a7f1099dd5 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -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"