diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-12-03 00:39:41 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-05 17:07:10 +0000 |
| commit | 8c17606068cf356a5045651a9349bf0a39ed2226 (patch) | |
| tree | 26ae8604c67cf95ace89f612cf9ba2bbfd08f897 | |
| parent | 8bc93605d5483206223c2ada98c82344db58e939 (diff) | |
| download | poky-8c17606068cf356a5045651a9349bf0a39ed2226.tar.gz | |
qemu: set CVE-2024-6505 to fixed
NVD DB has this CVE as version-less (with "-").
Patch [3] is linked from [1] via [2].
[1] https://nvd.nist.gov/vuln/detail/CVE-2024-6505
[2] https://bugzilla.redhat.com/show_bug.cgi?id=2295760
[3] https://gitlab.com/qemu-project/qemu/-/commit/f1595ceb
$ git describe f1595ceb
v9.1.0-rc0-38-gf1595ceb9a
$ git tag --contains f1595ceb | grep -v -- -rc.$
v9.1.0
v9.1.1
v9.1.2
(From OE-Core rev: 64359ec3b60ae68d39c2e6444f903fd20e397cff)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 77b879fea9..d4693fe8b0 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -49,6 +49,9 @@ CVE_STATUS[CVE-2018-18438] = "disputed: The issues identified by this CVE were d | |||
| 49 | # As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387 | 49 | # As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387 |
| 50 | CVE_STATUS[CVE-2023-2680] = "not-applicable-platform: RHEL specific issue." | 50 | CVE_STATUS[CVE-2023-2680] = "not-applicable-platform: RHEL specific issue." |
| 51 | 51 | ||
| 52 | # NVD DB has this CVE as version-less (with "-") | ||
| 53 | CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0" | ||
| 54 | |||
| 52 | COMPATIBLE_HOST:mipsarchn32 = "null" | 55 | COMPATIBLE_HOST:mipsarchn32 = "null" |
| 53 | COMPATIBLE_HOST:mipsarchn64 = "null" | 56 | COMPATIBLE_HOST:mipsarchn64 = "null" |
| 54 | COMPATIBLE_HOST:riscv32 = "null" | 57 | COMPATIBLE_HOST:riscv32 = "null" |
