diff mbox series

[kirkstone] go-binary-native: ignore CVE-2025-0913

Message ID 20250824130654.1095026-1-peter.marko@siemens.com
State New
Headers show
Series [kirkstone] go-binary-native: ignore CVE-2025-0913 | expand

Commit Message

Peter Marko Aug. 24, 2025, 1:06 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

This was already done for all other go recipes.

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta/recipes-devtools/go/go-binary-native_1.22.12.bb | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Marko Aug. 24, 2025, 2:02 p.m. UTC | #1
Please ignore this, it should have been for scarthgap, not kirkstone.

> -----Original Message-----
> From: Marko, Peter (FT D EU SK BFS1) <Peter.Marko@siemens.com>
> Sent: Sunday, August 24, 2025 15:07
> To: openembedded-core@lists.openembedded.org
> Cc: Marko, Peter (FT D EU SK BFS1) <Peter.Marko@siemens.com>
> Subject: [OE-core][kirkstone][PATCH] go-binary-native: ignore CVE-2025-0913
> 
> From: Peter Marko <peter.marko@siemens.com>
> 
> This was already done for all other go recipes.
> 
> Signed-off-by: Peter Marko <peter.marko@siemens.com>
> ---
>  meta/recipes-devtools/go/go-binary-native_1.22.12.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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<pver>\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"
>
diff mbox series

Patch

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<pver>\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"