summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVirendra Thakur <virendrak@kpit.com>2023-04-27 13:39:23 +0530
committerSteve Sakoman <steve@sakoman.com>2023-05-03 04:09:42 -1000
commitd58a0c32395fdf48f144ba7f59820134364f7ea6 (patch)
tree09d588ed2e3428972cbee356bb765c4375af4b1c
parent667eb766abe23489a3f72e6ff41d0f19743439be (diff)
downloadpoky-d58a0c32395fdf48f144ba7f59820134364f7ea6.tar.gz
qemu: Whitelist CVE-2023-0664
This CVE is related to Windows. Link: https://nvd.nist.gov/vuln/detail/CVE-2023-0664 (From OE-Core rev: 8efb0fc7e7db4bad3dbc40d8f890a6c2e7be38fa) Signed-off-by: Virendra Thakur <virendrak@kpit.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 3b1bd3b656..8d6c4050f7 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -157,6 +157,11 @@ CVE_CHECK_WHITELIST += "CVE-2018-18438"
157# the issue introduced in v5.1.0-rc0 157# the issue introduced in v5.1.0-rc0
158CVE_CHECK_WHITELIST += "CVE-2020-27661" 158CVE_CHECK_WHITELIST += "CVE-2020-27661"
159 159
160# As per https://nvd.nist.gov/vuln/detail/CVE-2023-0664
161# https://bugzilla.redhat.com/show_bug.cgi?id=2167423
162# this bug related to windows specific.
163CVE_CHECK_WHITELIST += "CVE-2023-0664"
164
160COMPATIBLE_HOST_mipsarchn32 = "null" 165COMPATIBLE_HOST_mipsarchn32 = "null"
161COMPATIBLE_HOST_mipsarchn64 = "null" 166COMPATIBLE_HOST_mipsarchn64 = "null"
162 167