]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
go: ignore CVE-2025-0913
authorPeter Marko <peter.marko@siemens.com>
Sun, 10 Aug 2025 08:18:46 +0000 (10:18 +0200)
committerSteve Sakoman <steve@sakoman.com>
Mon, 11 Aug 2025 16:04:42 +0000 (09:04 -0700)
This is problem on Windows platform only.

Per NVD report [1], CPE has "and" clause
Running on/with
 cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*

Also linked patch [2] changes Windows files only (and tests).

[1] https://nvd.nist.gov/vuln/detail/CVE-2025-0913
[2] https://go-review.googlesource.com/c/go/+/672396

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/go/go-1.22.12.inc

index af09cb52cd76357648a891eada35c3cd3cfe22a2..ea57b23c3e3bceae41f991ac5559deea76e179b1 100644 (file)
@@ -19,3 +19,5 @@ SRC_URI += "\
     file://CVE-2025-4673.patch \
 "
 SRC_URI[main.sha256sum] = "012a7e1f37f362c0918c1dfa3334458ac2da1628c4b9cf4d9ca02db986e17d71"
+
+CVE_STATUS[CVE-2025-0913] = "not-applicable-platform: Issue only applies on Windows"