diff options
author | Peter Marko <peter.marko@siemens.com> | 2024-08-05 18:06:03 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-08-10 06:34:25 -0700 |
commit | c0af0a839b0d021687110c5cc7a04fcbf6443f68 (patch) | |
tree | 044e65d2575d0fb13f966c07b974b6028fb3eff4 | |
parent | c8c1878d32a2d71970f0b990d0873090fad6fc75 (diff) | |
download | poky-c0af0a839b0d021687110c5cc7a04fcbf6443f68.tar.gz |
qemu: set cve status for CVE-2023-6683
This CVE is fixed in v8.2.2 with v8.2.1-55-g480a6adc83
https://github.com/qemu/qemu/commit/480a6adc83a7bbc84bfe67229e084603dc061824
(From OE-Core rev: 422fc84ddbe46580dc6d647eff62c4dbc8551e63)
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 41af9ca045..3643b9a544 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -74,6 +74,8 @@ CVE_STATUS[CVE-2023-3019] = "cpe-incorrect: Applies only against versions before | |||
74 | 74 | ||
75 | CVE_STATUS[CVE-2023-5088] = "cpe-incorrect: Applies only against version 8.2.0 and earlier" | 75 | CVE_STATUS[CVE-2023-5088] = "cpe-incorrect: Applies only against version 8.2.0 and earlier" |
76 | 76 | ||
77 | CVE_STATUS[CVE-2023-6683] = "cpe-incorrect: Applies only against version 8.2.1 and earlier" | ||
78 | |||
77 | 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" |
78 | 80 | ||
79 | COMPATIBLE_HOST:mipsarchn32 = "null" | 81 | COMPATIBLE_HOST:mipsarchn32 = "null" |