From: Lee Chee Yang Date: Thu, 19 Oct 2023 05:48:40 +0000 (+0800) Subject: qemu: ignore RHEL specific CVE-2023-2680 X-Git-Tag: 2023-04.4~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7300254fdb6659c0a7462c64133f893d1a152850;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git qemu: ignore RHEL specific CVE-2023-2680 Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 00decc57e51..a7f1099dd5d 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -67,6 +67,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"