diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-06-19 18:51:13 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-06-26 06:46:29 -0700 |
| commit | 55e1dcd8a363fe81864d0b61b840c19e716c6bae (patch) | |
| tree | ebee3eba2b7e2648eced512665e3ec250ded3028 | |
| parent | 3761488d2d276d44b3babdd5bb2b4c4e644f6601 (diff) | |
| download | poky-55e1dcd8a363fe81864d0b61b840c19e716c6bae.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: c43a9f7ca85f1c25a72f7b1efa494e30d6cf4906)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-devtools/go/go-binary-native_1.24.4.bb | 1 | ||||
| -rw-r--r-- | meta/recipes-devtools/go/go-common.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-binary-native_1.24.4.bb b/meta/recipes-devtools/go/go-binary-native_1.24.4.bb index 9f788536c4..a5324d0f06 100644 --- a/meta/recipes-devtools/go/go-binary-native_1.24.4.bb +++ b/meta/recipes-devtools/go/go-binary-native_1.24.4.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 | ||
diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index ca8469dbd9..a79c90faf8 100644 --- a/meta/recipes-devtools/go/go-common.inc +++ b/meta/recipes-devtools/go/go-common.inc | |||
| @@ -21,6 +21,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.src\.tar" | |||
| 21 | 21 | ||
| 22 | # all recipe variants are created from the same product | 22 | # all recipe variants are created from the same product |
| 23 | CVE_PRODUCT = "golang:go" | 23 | CVE_PRODUCT = "golang:go" |
| 24 | CVE_STATUS[CVE-2024-3566] = "not-applicable-platform: Issue only applies on Windows" | ||
| 24 | 25 | ||
| 25 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 26 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 26 | SSTATE_SCAN_CMD = "true" | 27 | SSTATE_SCAN_CMD = "true" |
