summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu/qemu.inc
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-12-05 10:15:52 +0800
committerSteve Sakoman <steve@sakoman.com>2023-12-08 11:45:59 -1000
commit45845f805600246b7cd35caa8b7aebc900c77007 (patch)
tree2d875f0670b13c0c1eaf0d37c9cbe2a96a8852de /meta/recipes-devtools/qemu/qemu.inc
parentd0120e8aec661db194ef0af02598e1553fc98008 (diff)
downloadpoky-45845f805600246b7cd35caa8b7aebc900c77007.tar.gz
qemu: ignore CVE-2021-20295 CVE-2023-2680
Ignore RHEL specific CVE-2021-20295 CVE-2023-2680. (From OE-Core rev: 2c0822d9e7b8e7d013ef89c7e82e19fff39228a9) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index a24915c35c..9dd90e8789 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -166,6 +166,13 @@ CVE_CHECK_WHITELIST += "CVE-2020-27661"
166# this bug related to windows specific. 166# this bug related to windows specific.
167CVE_CHECK_WHITELIST += "CVE-2023-0664" 167CVE_CHECK_WHITELIST += "CVE-2023-0664"
168 168
169# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387
170# RHEL specific issue
171CVE_CHECK_WHITELIST += "CVE-2023-2680"
172
173# Affected only `qemu-kvm` shipped with Red Hat Enterprise Linux 8.3 release.
174CVE_CHECK_WHITELIST += "CVE-2021-20295"
175
169COMPATIBLE_HOST_mipsarchn32 = "null" 176COMPATIBLE_HOST_mipsarchn32 = "null"
170COMPATIBLE_HOST_mipsarchn64 = "null" 177COMPATIBLE_HOST_mipsarchn64 = "null"
171 178