summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-08-24 16:04:45 +0200
committerSteve Sakoman <steve@sakoman.com>2025-09-01 08:30:56 -0700
commit0ecde9a2a20659f66315cd399a47889d384ce81f (patch)
tree4618eb08477e765ea756cf3e7a8b8c4803510d0d
parent8ade657e16a69c3bdff731d92b644184e7519010 (diff)
downloadpoky-0ecde9a2a20659f66315cd399a47889d384ce81f.tar.gz
qemu: set status of CVE-2024-7730 to fixed
This was backported to v8.2.7 and also it is mentioned in commit upgrading qemu in oe-core. (From OE-Core rev: d05df779286288d1f8b69159ebcfc45a853bd23b) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 38ed637b93..220f0a161c 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -84,6 +84,8 @@ CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0"
84 84
85CVE_STATUS[CVE-2023-1386] = "disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985" 85CVE_STATUS[CVE-2023-1386] = "disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985"
86 86
87CVE_STATUS[CVE-2024-7730] = "fixed-version: this is fixed in v8.2.7"
88
87COMPATIBLE_HOST:mipsarchn32 = "null" 89COMPATIBLE_HOST:mipsarchn32 = "null"
88COMPATIBLE_HOST:mipsarchn64 = "null" 90COMPATIBLE_HOST:mipsarchn64 = "null"
89COMPATIBLE_HOST:riscv32 = "null" 91COMPATIBLE_HOST:riscv32 = "null"