]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
qemu: Whitelist CVE-2023-0664
authorVirendra Thakur <virendrak@kpit.com>
Thu, 27 Apr 2023 08:09:23 +0000 (13:39 +0530)
committerSteve Sakoman <steve@sakoman.com>
Thu, 27 Apr 2023 15:17:36 +0000 (05:17 -1000)
This CVE is related to Windows.

Link: https://nvd.nist.gov/vuln/detail/CVE-2023-0664
Signed-off-by: Virendra Thakur <virendrak@kpit.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/qemu/qemu.inc

index 3b1bd3b65654f9b8f7011021c9d3e7b716b00c47..8d6c4050f7661708093ad35cd76725fa204b0168 100644 (file)
@@ -157,6 +157,11 @@ CVE_CHECK_WHITELIST += "CVE-2018-18438"
 # the issue introduced in v5.1.0-rc0
 CVE_CHECK_WHITELIST += "CVE-2020-27661"
 
+# As per https://nvd.nist.gov/vuln/detail/CVE-2023-0664
+# https://bugzilla.redhat.com/show_bug.cgi?id=2167423
+# this bug related to windows specific.
+CVE_CHECK_WHITELIST += "CVE-2023-0664"
+
 COMPATIBLE_HOST_mipsarchn32 = "null"
 COMPATIBLE_HOST_mipsarchn64 = "null"