diff options
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
164 | # disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985 | 164 | # disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985 |
165 | CVE_CHECK_IGNORE += "CVE-2023-1386" | 165 | CVE_CHECK_IGNORE += "CVE-2023-1386" |
166 | 166 | ||
167 | # virtio-snd was implemented in 8.2.0, so version 6.2.0 is not yet affected | ||
168 | CVE_CHECK_IGNORE += "CVE-2024-7730" | ||
169 | |||
167 | COMPATIBLE_HOST:mipsarchn32 = "null" | 170 | COMPATIBLE_HOST:mipsarchn32 = "null" |
168 | COMPATIBLE_HOST:mipsarchn64 = "null" | 171 | COMPATIBLE_HOST:mipsarchn64 = "null" |
169 | COMPATIBLE_HOST:riscv32 = "null" | 172 | COMPATIBLE_HOST:riscv32 = "null" |