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:
Lee Chee Yang
2023-10-19 13:48:40 +08:00
committed by Steve Sakoman
parent b1c1d6d048
commit 7725c28871

View File

@@ -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"