summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorVirendra Thakur <virendrak@kpit.com>2023-04-27 15:04:25 +0530
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-05 11:07:26 +0100
commit92036d454a6b500f4e6c4a1ba43dca5c4e738f59 (patch)
treecaacba5ca3e034eee77f70b4a39ec30bcd0fbb6f /meta/recipes-devtools/qemu
parentb17491f7f1087703a2519a9004cb7fbdba6c5fbf (diff)
downloadpoky-92036d454a6b500f4e6c4a1ba43dca5c4e738f59.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: d5ce88c15183c2bf887543c8c31e9c31aaa56a1a) Signed-off-by: Virendra Thakur <virendrak@kpit.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-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 2a9aa13912..394fa2acab 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -50,6 +50,11 @@ CVE_CHECK_IGNORE += "CVE-2007-0998"
50# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 50# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
51CVE_CHECK_IGNORE += "CVE-2018-18438" 51CVE_CHECK_IGNORE += "CVE-2018-18438"
52 52
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.
56CVE_CHECK_IGNORE += "CVE-2023-0664"
57
53COMPATIBLE_HOST:mipsarchn32 = "null" 58COMPATIBLE_HOST:mipsarchn32 = "null"
54COMPATIBLE_HOST:mipsarchn64 = "null" 59COMPATIBLE_HOST:mipsarchn64 = "null"
55COMPATIBLE_HOST:riscv32 = "null" 60COMPATIBLE_HOST:riscv32 = "null"