From: Peter Marko Date: Fri, 22 Aug 2025 19:16:09 +0000 (+0200) Subject: qemu: ignore CVE-2024-7730 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93545ef00c4930dd297649934bee0e95c520ee16;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git qemu: ignore CVE-2024-7730 This CVE is for virtio-snd which was introduced in 8.2.0. Therefore ignore this CVE for version 6.2.0. Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index cae33459e6..1298514cd7 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -164,6 +164,9 @@ CVE_CHECK_IGNORE += "CVE-2022-36648" # disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985 CVE_CHECK_IGNORE += "CVE-2023-1386" +# virtio-snd was implemented in 8.2.0, so version 6.2.0 is not yet affected +CVE_CHECK_IGNORE += "CVE-2024-7730" + COMPATIBLE_HOST:mipsarchn32 = "null" COMPATIBLE_HOST:mipsarchn64 = "null" COMPATIBLE_HOST:riscv32 = "null"