diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-08-24 16:04:45 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-01 08:30:56 -0700 |
commit | 0ecde9a2a20659f66315cd399a47889d384ce81f (patch) | |
tree | 4618eb08477e765ea756cf3e7a8b8c4803510d0d | |
parent | 8ade657e16a69c3bdff731d92b644184e7519010 (diff) | |
download | poky-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.inc | 2 |
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 | ||
85 | CVE_STATUS[CVE-2023-1386] = "disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985" | 85 | CVE_STATUS[CVE-2023-1386] = "disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985" |
86 | 86 | ||
87 | CVE_STATUS[CVE-2024-7730] = "fixed-version: this is fixed in v8.2.7" | ||
88 | |||
87 | COMPATIBLE_HOST:mipsarchn32 = "null" | 89 | COMPATIBLE_HOST:mipsarchn32 = "null" |
88 | COMPATIBLE_HOST:mipsarchn64 = "null" | 90 | COMPATIBLE_HOST:mipsarchn64 = "null" |
89 | COMPATIBLE_HOST:riscv32 = "null" | 91 | COMPATIBLE_HOST:riscv32 = "null" |