mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
qemu: ignore CVE-2021-20295 CVE-2023-2680
Ignore RHEL specific CVE-2021-20295 CVE-2023-2680. (From OE-Core rev: 2c0822d9e7b8e7d013ef89c7e82e19fff39228a9) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
d0120e8aec
commit
45845f8056
@ -166,6 +166,13 @@ CVE_CHECK_WHITELIST += "CVE-2020-27661"
|
||||
# this bug related to windows specific.
|
||||
CVE_CHECK_WHITELIST += "CVE-2023-0664"
|
||||
|
||||
# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387
|
||||
# RHEL specific issue
|
||||
CVE_CHECK_WHITELIST += "CVE-2023-2680"
|
||||
|
||||
# Affected only `qemu-kvm` shipped with Red Hat Enterprise Linux 8.3 release.
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-20295"
|
||||
|
||||
COMPATIBLE_HOST_mipsarchn32 = "null"
|
||||
COMPATIBLE_HOST_mipsarchn64 = "null"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user