summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-04-08 18:47:42 +0200
committerSteve Sakoman <steve@sakoman.com>2025-05-14 06:38:22 -0700
commitcdca0c82f78cee149447e98533203070e298134d (patch)
treee19cb83648ac85165989f5d5b558cbde75a20a0f
parent03a2733983a61ed7f1e5c008b2090ad15e283765 (diff)
downloadpoky-cdca0c82f78cee149447e98533203070e298134d.tar.gz
qemu: 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) (From OE-Core rev: f7c8877395d4ec0a91cd5cf54e6c2858495746fb) Signed-off-by: Madhu Marri <madmarri@cisco.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> (Converted to old CVE_CHECK_IGNORE syntax) 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.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index bee30cd56f..cae33459e6 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -161,6 +161,9 @@ CVE_CHECK_IGNORE += "CVE-2023-2680"
161# due to the rocker device not falling within the virtualization use case. 161# due to the rocker device not falling within the virtualization use case.
162CVE_CHECK_IGNORE += "CVE-2022-36648" 162CVE_CHECK_IGNORE += "CVE-2022-36648"
163 163
164# disputed: not an issue as per https://bugzilla.redhat.com/show_bug.cgi?id=2223985
165CVE_CHECK_IGNORE += "CVE-2023-1386"
166
164COMPATIBLE_HOST:mipsarchn32 = "null" 167COMPATIBLE_HOST:mipsarchn32 = "null"
165COMPATIBLE_HOST:mipsarchn64 = "null" 168COMPATIBLE_HOST:mipsarchn64 = "null"
166COMPATIBLE_HOST:riscv32 = "null" 169COMPATIBLE_HOST:riscv32 = "null"