From bd01091c33c1de6ae7e1605301e3f73350ee7e7e Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Sun, 1 Dec 2024 19:53:35 +0100 Subject: [PATCH] qemu: ignore CVE-2022-36648 The CVE has disputed flag in NVD DB. Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 1c0e8a93f12..cc78d7db06a 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -148,6 +148,11 @@ CVE_CHECK_IGNORE += "CVE-2023-0664" # RHEL specific issue CVE_CHECK_IGNORE += "CVE-2023-2680" +# The CVE has disputed flag in NVD DB and also descrition contains: +# Note: This has been disputed by multiple third parties as not a valid vulnerability +# due to the rocker device not falling within the virtualization use case. +CVE_CHECK_IGNORE += "CVE-2022-36648" + COMPATIBLE_HOST:mipsarchn32 = "null" COMPATIBLE_HOST:mipsarchn64 = "null" COMPATIBLE_HOST:riscv32 = "null" -- 2.47.3