mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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:
committed by
Steve Sakoman
parent
4df7e37fca
commit
7aa27fe43b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user