diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-08-10 10:18:53 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-18 13:18:01 -0700 |
commit | aa3783670835e35390a275750333a5827ac1e171 (patch) | |
tree | 3c8d5706bb243754db7973962ef8d12951eb644f | |
parent | e371e6b3a76bfe1d875ca19798e5152af7596927 (diff) | |
download | poky-aa3783670835e35390a275750333a5827ac1e171.tar.gz |
go: ignore CVE-2025-0913
This is problem on Windows platform only.
Per NVD report [1], CPE has "and" clause
Running on/with
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
Also linked patch [2] changes Windows files only (and tests).
[1] https://nvd.nist.gov/vuln/detail/CVE-2025-0913
[2] https://go-review.googlesource.com/c/go/+/672396
(From OE-Core rev: 473da932a8f94b7454e0e13912753a7e7545fc17)
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-1.17.13.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/go/go-1.17.13.inc b/meta/recipes-devtools/go/go-1.17.13.inc index 033f770f64..36356349d2 100644 --- a/meta/recipes-devtools/go/go-1.17.13.inc +++ b/meta/recipes-devtools/go/go-1.17.13.inc | |||
@@ -73,4 +73,4 @@ SRC_URI[main.sha256sum] = "a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784 | |||
73 | CVE_CHECK_IGNORE += "CVE-2021-29923" | 73 | CVE_CHECK_IGNORE += "CVE-2021-29923" |
74 | 74 | ||
75 | # This are specific to Microsoft Windows | 75 | # This are specific to Microsoft Windows |
76 | CVE_CHECK_IGNORE += "CVE-2022-41716 CVE-2023-45283 CVE-2023-45284" | 76 | CVE_CHECK_IGNORE += "CVE-2022-41716 CVE-2023-45283 CVE-2023-45284 CVE-2025-0913" |