summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadhu Marri <madmarri@cisco.com>2025-03-25 00:12:48 -0700
committerSteve Sakoman <steve@sakoman.com>2025-05-14 08:33:40 -0700
commitbf40f73e3bc967cc30141046426a377de0f807f9 (patch)
tree19691739c939607cd3049b50e4113ff1f37aff1f
parent9b96fdbb0cab02f4a6180e812b02bc9d4c41b1a5 (diff)
downloadpoky-bf40f73e3bc967cc30141046426a377de0f807f9.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: 962cf064df6db243c182c6b53d06a4fd087cd3f2) Signed-off-by: Madhu Marri <madmarri@cisco.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 6a5d9e3821246c39ec57fa483802e1bb74fca724) 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 53f48375e4..80316af88d 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -52,6 +52,8 @@ CVE_STATUS[CVE-2023-2680] = "not-applicable-platform: RHEL specific issue."
52# NVD DB has this CVE as version-less (with "-") 52# NVD DB has this CVE as version-less (with "-")
53CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0" 53CVE_STATUS[CVE-2024-6505] = "fixed-version: this CVE is fixed since 9.1.0"
54 54
55CVE_STATUS[CVE-2023-1386] = "disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985"
56
55COMPATIBLE_HOST:mipsarchn32 = "null" 57COMPATIBLE_HOST:mipsarchn32 = "null"
56COMPATIBLE_HOST:mipsarchn64 = "null" 58COMPATIBLE_HOST:mipsarchn64 = "null"
57COMPATIBLE_HOST:riscv32 = "null" 59COMPATIBLE_HOST:riscv32 = "null"