Skip to content

Commit cf4b19b

Browse files
Virendra Thakurrpurdie
Virendra Thakur
authored andcommitted
qemu: Whitelist CVE-2023-0664
This CVE is related to Windows. Link: https://nvd.nist.gov/vuln/detail/CVE-2023-0664 Signed-off-by: Virendra Thakur <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]>
1 parent 16e2d4b commit cf4b19b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meta/recipes-devtools/qemu/qemu.inc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ CVE_CHECK_IGNORE += "CVE-2007-0998"
5050
# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
5151
CVE_CHECK_IGNORE += "CVE-2018-18438"
5252

53+
# As per https://nvd.nist.gov/vuln/detail/CVE-2023-0664
54+
# https://bugzilla.redhat.com/show_bug.cgi?id=2167423
55+
# this bug related to windows specific.
56+
CVE_CHECK_IGNORE += "CVE-2023-0664"
57+
5358
COMPATIBLE_HOST:mipsarchn32 = "null"
5459
COMPATIBLE_HOST:mipsarchn64 = "null"
5560
COMPATIBLE_HOST:riscv32 = "null"

0 commit comments

Comments
 (0)