qemu: ignore CVE-2022-36648

The CVE has disputed flag in NVD DB.

(From OE-Core rev: bd01091c33c1de6ae7e1605301e3f73350ee7e7e)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Peter Marko
2024-12-01 19:53:35 +01:00
committed by Steve Sakoman
parent 4df7e37fca
commit 7aa27fe43b

View File

@@ -148,6 +148,11 @@ CVE_CHECK_IGNORE += "CVE-2023-0664"
# RHEL specific issue
CVE_CHECK_IGNORE += "CVE-2023-2680"
# The CVE has disputed flag in NVD DB and also descrition contains:
# Note: This has been disputed by multiple third parties as not a valid vulnerability
# due to the rocker device not falling within the virtualization use case.
CVE_CHECK_IGNORE += "CVE-2022-36648"
COMPATIBLE_HOST:mipsarchn32 = "null"
COMPATIBLE_HOST:mipsarchn64 = "null"
COMPATIBLE_HOST:riscv32 = "null"