mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
qemu: ignore RHEL specific CVE-2023-2680
(From OE-Core rev: a1256b8fa415002eee78427cc292b866570ee267) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
b1c1d6d048
commit
7725c28871
@@ -125,6 +125,10 @@ CVE_CHECK_IGNORE += "CVE-2018-18438"
|
||||
# this bug related to windows specific.
|
||||
CVE_CHECK_IGNORE += "CVE-2023-0664"
|
||||
|
||||
# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387
|
||||
# RHEL specific issue
|
||||
CVE_CHECK_IGNORE += "CVE-2023-2680"
|
||||
|
||||
COMPATIBLE_HOST:mipsarchn32 = "null"
|
||||
COMPATIBLE_HOST:mipsarchn64 = "null"
|
||||
COMPATIBLE_HOST:riscv32 = "null"
|
||||
|
||||
Reference in New Issue
Block a user