From 43b6d040979a766baa0fb2b1ff9125a94bb0152f Mon Sep 17 00:00:00 2001 From: Lee Chee Yang Date: Mon, 16 Oct 2023 16:51:51 +0800 Subject: [PATCH] qemu: ignore RHEL specific CVE-2023-2680 Signed-off-by: Lee Chee Yang Signed-off-by: Richard Purdie --- meta/recipes-devtools/qemu/qemu.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index b331f87c0d0..78c495516f2 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -56,6 +56,9 @@ CVE_STATUS[CVE-2018-18438] = "disputed: The issues identified by this CVE were d # https://bugzilla.redhat.com/show_bug.cgi?id=2167423 CVE_STATUS[CVE-2023-0664] = "not-applicable-platform: Issue only applies on Windows" +# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387 +CVE_STATUS[CVE-2023-2680] = "not-applicable-platform: RHEL specific issue." + COMPATIBLE_HOST:mipsarchn32 = "null" COMPATIBLE_HOST:mipsarchn64 = "null" COMPATIBLE_HOST:riscv32 = "null" -- 2.47.2