diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-08-24 16:05:41 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-01 08:30:56 -0700 |
commit | 3f6144ca201e81744bf8b5a13f1c7147a89d208b (patch) | |
tree | 4c08d5291f380b502665e5a30fe68941093830bc /meta | |
parent | 0ecde9a2a20659f66315cd399a47889d384ce81f (diff) | |
download | poky-3f6144ca201e81744bf8b5a13f1c7147a89d208b.tar.gz |
go-binary-native: ignore CVE-2025-0913
This was already done for all other go recipes.
(From OE-Core rev: 63dfdbf774dc24ea4e736a6d13d6aa8c72ebee4d)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.22.12.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
18 | 18 | ||
19 | CVE_PRODUCT = "golang:go" | 19 | CVE_PRODUCT = "golang:go" |
20 | CVE_STATUS[CVE-2024-3566] = "not-applicable-platform: Issue only applies on Windows" | 20 | CVE_STATUS[CVE-2024-3566] = "not-applicable-platform: Issue only applies on Windows" |
21 | CVE_STATUS[CVE-2025-0913] = "not-applicable-platform: Issue only applies on Windows" | ||
21 | 22 | ||
22 | S = "${WORKDIR}/go" | 23 | S = "${WORKDIR}/go" |
23 | 24 | ||