summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadhu Marri <madmarri@cisco.com>2025-03-25 00:12:48 -0700
committerSteve Sakoman <steve@sakoman.com>2025-04-01 09:08:42 -0700
commitf82d945d504b82f64c3a715a199e65858aa23479 (patch)
treeef5c1bccf96f93c0b3ef38a0d8b03b0c182d47fe
parent9036bc090c771c710796e3690da59d3ebb96dcf1 (diff)
downloadpoky-f82d945d504b82f64c3a715a199e65858aa23479.tar.gz
qemu 8.2.7: ignore CVE-2023-1386
Upstream Repository: https://gitlab.com/qemu-project/qemu.git Bug Details: https://nvd.nist.gov/vuln/detail/CVE-2023-1386 Type: Security Advisory CVE: CVE-2023-1386 Score: 3.3 Analysis: - According to redhat[1] this CVE has closed as not a bug. Reference: [1] https://bugzilla.redhat.com/show_bug.cgi?id=2223985 (From OE-Core rev: 6a5d9e3821246c39ec57fa483802e1bb74fca724) Signed-off-by: Madhu Marri <madmarri@cisco.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index c3401533cf..38ed637b93 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -82,6 +82,8 @@ CVE_STATUS[CVE-2023-6693] = "cpe-incorrect: Applies only against version 8.2.0 a
82# NVD DB has this CVE as version-less (with "-") 82# NVD DB has this CVE as version-less (with "-")
83CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0" 83CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0"
84 84
85CVE_STATUS[CVE-2023-1386] = "disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985"
86
85COMPATIBLE_HOST:mipsarchn32 = "null" 87COMPATIBLE_HOST:mipsarchn32 = "null"
86COMPATIBLE_HOST:mipsarchn64 = "null" 88COMPATIBLE_HOST:mipsarchn64 = "null"
87COMPATIBLE_HOST:riscv32 = "null" 89COMPATIBLE_HOST:riscv32 = "null"