diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-12-08 18:34:47 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-12-13 05:21:53 -0800 |
commit | cbafea41f5fa7f196d159b32171e9a693150a08b (patch) | |
tree | 46869724cc9b67c58c3d1654338ef281ed779acf | |
parent | c2186ed9ea48ef8b3d91f741f04e1077d4e6fd64 (diff) | |
download | poky-cbafea41f5fa7f196d159b32171e9a693150a08b.tar.gz |
qemu: set CVE-2024-6505 to fixed
CVE patch was removed on last upgrade as fixing commit was backported to
stable 8.2.x branch.
NVD DB has this CVE as version-less (with "-").
So explicit status set is needed to mark it as fixed.
(From OE-Core rev: 64359ec3b60ae68d39c2e6444f903fd20e397cff)
(From OE-Core rev: 33050bf82add43409675122a8f29acbcda4e8439)
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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 40ee267a42..4dc6c104c7 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -78,6 +78,9 @@ CVE_STATUS[CVE-2023-6683] = "cpe-incorrect: Applies only against version 8.2.1 a | |||
78 | 78 | ||
79 | CVE_STATUS[CVE-2023-6693] = "cpe-incorrect: Applies only against version 8.2.0 and earlier" | 79 | CVE_STATUS[CVE-2023-6693] = "cpe-incorrect: Applies only against version 8.2.0 and earlier" |
80 | 80 | ||
81 | # NVD DB has this CVE as version-less (with "-") | ||
82 | CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0" | ||
83 | |||
81 | COMPATIBLE_HOST:mipsarchn32 = "null" | 84 | COMPATIBLE_HOST:mipsarchn32 = "null" |
82 | COMPATIBLE_HOST:mipsarchn64 = "null" | 85 | COMPATIBLE_HOST:mipsarchn64 = "null" |
83 | COMPATIBLE_HOST:riscv32 = "null" | 86 | COMPATIBLE_HOST:riscv32 = "null" |