diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-06-19 18:50:18 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-06-25 08:35:09 -0700 |
| commit | e8a99c83b36dbeeef29e8bc43aef038b0616b56a (patch) | |
| tree | 79e9ecc7bb56f2029a6874caa1bf15f9ec2fb234 /meta/recipes-devtools/go/go-binary-native_1.22.12.bb | |
| parent | 7500a08bd1eb77421364b661afc63d4042a6aa8c (diff) | |
| download | poky-e8a99c83b36dbeeef29e8bc43aef038b0616b56a.tar.gz | |
go: set status of CVE-2024-3566
NVD ([1]) tracks this as:
cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*
Running on/with
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
Yocto cve-check ignores the "Running on/with", so it needs to be ignored
explicitly.
[1] https://nvd.nist.gov/vuln/detail/CVE-2024-3566
(From OE-Core rev: b8841097eaf7545abf56eb52a122e113b54ba2a7)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/go/go-binary-native_1.22.12.bb')
| -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 747737ff94..b15b60a691 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 | |||
| @@ -17,6 +17,7 @@ UPSTREAM_CHECK_URI = "https://golang.org/dl/" | |||
| 17 | UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux" | 17 | 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 | 21 | ||
| 21 | S = "${WORKDIR}/go" | 22 | S = "${WORKDIR}/go" |
| 22 | 23 | ||
