Skip to content

Commit

Permalink
qemu: Whitelist CVE-2023-0664
Browse files Browse the repository at this point in the history
This CVE is related to Windows.

Link: https://nvd.nist.gov/vuln/detail/CVE-2023-0664

(From OE-Core rev: cf4b19bdb1c0919d8d419b33c76c15d4aa4fd12e)

Signed-off-by: Virendra Thakur <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
Virendra Thakur authored and rpurdie committed May 4, 2023
1 parent 0b738e2 commit 9f55442
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta/recipes-devtools/qemu/qemu.inc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ CVE_CHECK_IGNORE += "CVE-2007-0998"
# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
CVE_CHECK_IGNORE += "CVE-2018-18438"

# 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_IGNORE += "CVE-2023-0664"

COMPATIBLE_HOST:mipsarchn32 = "null"
COMPATIBLE_HOST:mipsarchn64 = "null"
COMPATIBLE_HOST:riscv32 = "null"
Expand Down

0 comments on commit 9f55442

Please sign in to comment.