summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVirendra Thakur <virendrak@kpit.com>2023-04-27 14:39:23 +0530
committerSteve Sakoman <steve@sakoman.com>2023-05-03 04:17:12 -1000
commitf821e134f8429e2b307928ac524e7f7a355a1956 (patch)
tree62d312d03ee126a86be7e3ce3ec5c613bdedf41c
parentbfe251d727b8d39676b2458134f90b3ae16613b5 (diff)
downloadpoky-f821e134f8429e2b307928ac524e7f7a355a1956.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: c812189760292ae39f7c10cfbde8f11130cce085) 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 a6ee958e4b..7f2b52fa88 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -112,6 +112,11 @@ CVE_CHECK_IGNORE += "CVE-2007-0998"
112# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 112# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
113CVE_CHECK_IGNORE += "CVE-2018-18438" 113CVE_CHECK_IGNORE += "CVE-2018-18438"
114 114
115# As per https://nvd.nist.gov/vuln/detail/CVE-2023-0664
116# https://bugzilla.redhat.com/show_bug.cgi?id=2167423
117# this bug related to windows specific.
118CVE_CHECK_IGNORE += "CVE-2023-0664"
119
115COMPATIBLE_HOST:mipsarchn32 = "null" 120COMPATIBLE_HOST:mipsarchn32 = "null"
116COMPATIBLE_HOST:mipsarchn64 = "null" 121COMPATIBLE_HOST:mipsarchn64 = "null"
117COMPATIBLE_HOST:riscv32 = "null" 122COMPATIBLE_HOST:riscv32 = "null"