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-25 04:45:50 -1000
commit7725c28871d1d8624e5f7f5c0536d2a2f0d68a02 (patch)
tree0b4afe77ce37d8f162f0ad688930f2ce0be1fb24
parentb1c1d6d0483304fd893036445d859da1cc850fc4 (diff)
downloadpoky-7725c28871d1d8624e5f7f5c0536d2a2f0d68a02.tar.gz
qemu: ignore RHEL specific CVE-2023-2680
(From OE-Core rev: a1256b8fa415002eee78427cc292b866570ee267) 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 5526eacb96..83bd5d7e67 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -125,6 +125,10 @@ CVE_CHECK_IGNORE += "CVE-2018-18438"
125# this bug related to windows specific. 125# this bug related to windows specific.
126CVE_CHECK_IGNORE += "CVE-2023-0664" 126CVE_CHECK_IGNORE += "CVE-2023-0664"
127 127
128# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387
129# RHEL specific issue
130CVE_CHECK_IGNORE += "CVE-2023-2680"
131
128COMPATIBLE_HOST:mipsarchn32 = "null" 132COMPATIBLE_HOST:mipsarchn32 = "null"
129COMPATIBLE_HOST:mipsarchn64 = "null" 133COMPATIBLE_HOST:mipsarchn64 = "null"
130COMPATIBLE_HOST:riscv32 = "null" 134COMPATIBLE_HOST:riscv32 = "null"