From: Peter Marko Date: Sun, 24 Aug 2025 14:05:41 +0000 (+0200) Subject: go-binary-native: ignore CVE-2025-0913 X-Git-Tag: 2024-04.13-scarthgap~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63dfdbf774dc24ea4e736a6d13d6aa8c72ebee4d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git go-binary-native: ignore CVE-2025-0913 This was already done for all other go recipes. Signed-off-by: Peter Marko Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/go/go-binary-native_1.22.12.bb b/meta/recipes-devtools/go/go-binary-native_1.22.12.bb index b15b60a691..7688a090f4 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.22.12.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.22.12.bb @@ -18,6 +18,7 @@ UPSTREAM_CHECK_REGEX = "go(?P\d+(\.\d+)+)\.linux" CVE_PRODUCT = "golang:go" CVE_STATUS[CVE-2024-3566] = "not-applicable-platform: Issue only applies on Windows" +CVE_STATUS[CVE-2025-0913] = "not-applicable-platform: Issue only applies on Windows" S = "${WORKDIR}/go"