summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-10-16 16:51:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-17 11:41:34 +0100
commit1e94086808200844825d383858efab5ff177e79c (patch)
tree214c68b27f7fb50a24aa9678cb2ea0543f24f6c8 /meta/recipes-devtools/qemu
parent34e1c00a2c42662ae2e3c35710c7e941b423ed92 (diff)
downloadpoky-1e94086808200844825d383858efab5ff177e79c.tar.gz
qemu: ignore RHEL specific CVE-2023-2680
(From OE-Core rev: 43b6d040979a766baa0fb2b1ff9125a94bb0152f) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index b331f87c0d..78c495516f 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -56,6 +56,9 @@ CVE_STATUS[CVE-2018-18438] = "disputed: The issues identified by this CVE were d
56# https://bugzilla.redhat.com/show_bug.cgi?id=2167423 56# https://bugzilla.redhat.com/show_bug.cgi?id=2167423
57CVE_STATUS[CVE-2023-0664] = "not-applicable-platform: Issue only applies on Windows" 57CVE_STATUS[CVE-2023-0664] = "not-applicable-platform: Issue only applies on Windows"
58 58
59# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387
60CVE_STATUS[CVE-2023-2680] = "not-applicable-platform: RHEL specific issue."
61
59COMPATIBLE_HOST:mipsarchn32 = "null" 62COMPATIBLE_HOST:mipsarchn32 = "null"
60COMPATIBLE_HOST:mipsarchn64 = "null" 63COMPATIBLE_HOST:mipsarchn64 = "null"
61COMPATIBLE_HOST:riscv32 = "null" 64COMPATIBLE_HOST:riscv32 = "null"