From: Peter Marko Date: Sun, 10 Aug 2025 08:18:46 +0000 (+0200) Subject: go: ignore CVE-2025-0913 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec1c6ab989b298773e8df8a6a4532f88b93617ff;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git go: ignore CVE-2025-0913 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 Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/go/go-1.22.12.inc b/meta/recipes-devtools/go/go-1.22.12.inc index af09cb52cd..ea57b23c3e 100644 --- a/meta/recipes-devtools/go/go-1.22.12.inc +++ b/meta/recipes-devtools/go/go-1.22.12.inc @@ -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"