summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/qemu
diff options
context:
space:
mode:
authorSimone Weiß <simone.p.weiss@posteo.com>2024-02-18 18:42:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-19 11:34:33 +0000
commit378bc2f8e3ac393d89a6d2e52094478fb3879ef7 (patch)
treead416c6b747e4c5981d7ca7f9d306e90885e68d8 /meta/recipes-devtools/qemu
parentf25849c7689a76fda185dda6b81d997f9a5d7067 (diff)
downloadpoky-378bc2f8e3ac393d89a6d2e52094478fb3879ef7.tar.gz
qemu: Set CVE_STATUS for wrong CVEs
All are already fixed in 8.2.1, NVD was informed that cpes are wrong. (From OE-Core rev: a975960baffd341cd07cb093bef107c031c9b956) Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 5d953e5ef5..d16d5e76c8 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -68,6 +68,12 @@ CVE_STATUS[CVE-2023-0664] = "not-applicable-platform: Issue only applies on Wind
68# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387 68# As per https://bugzilla.redhat.com/show_bug.cgi?id=2203387
69CVE_STATUS[CVE-2023-2680] = "not-applicable-platform: RHEL specific issue." 69CVE_STATUS[CVE-2023-2680] = "not-applicable-platform: RHEL specific issue."
70 70
71CVE_STATUS[CVE-2023-3019] = "cpe-incorrect: Applies only against versions before 8.2.0"
72
73CVE_STATUS[CVE-2023-5088] = "cpe-incorrect: Applies only against version 8.2.0 and earlier"
74
75CVE_STATUS[CVE-2023-6693] = "cpe-incorrect: Applies only against version 8.2.0 and earlier"
76
71COMPATIBLE_HOST:mipsarchn32 = "null" 77COMPATIBLE_HOST:mipsarchn32 = "null"
72COMPATIBLE_HOST:mipsarchn64 = "null" 78COMPATIBLE_HOST:mipsarchn64 = "null"
73COMPATIBLE_HOST:riscv32 = "null" 79COMPATIBLE_HOST:riscv32 = "null"