diff options
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 1c0e8a93f1..cc78d7db06 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" | |||
148 | # RHEL specific issue | 148 | # RHEL specific issue |
149 | CVE_CHECK_IGNORE += "CVE-2023-2680" | 149 | CVE_CHECK_IGNORE += "CVE-2023-2680" |
150 | 150 | ||
151 | # The CVE has disputed flag in NVD DB and also descrition contains: | ||
152 | # Note: This has been disputed by multiple third parties as not a valid vulnerability | ||
153 | # due to the rocker device not falling within the virtualization use case. | ||
154 | CVE_CHECK_IGNORE += "CVE-2022-36648" | ||
155 | |||
151 | COMPATIBLE_HOST:mipsarchn32 = "null" | 156 | COMPATIBLE_HOST:mipsarchn32 = "null" |
152 | COMPATIBLE_HOST:mipsarchn64 = "null" | 157 | COMPATIBLE_HOST:mipsarchn64 = "null" |
153 | COMPATIBLE_HOST:riscv32 = "null" | 158 | COMPATIBLE_HOST:riscv32 = "null" |