summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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