Message ID | 20250810081853.11729-1-peter.marko@siemens.com |
---|---|
State | New |
Headers | show |
Series | [kirkstone] go: ignore CVE-2025-0913 | expand |
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 CVE_CHECK_IGNORE += "CVE-2021-29923" # This are specific to Microsoft Windows -CVE_CHECK_IGNORE += "CVE-2022-41716 CVE-2023-45283 CVE-2023-45284" +CVE_CHECK_IGNORE += "CVE-2022-41716 CVE-2023-45283 CVE-2023-45284 CVE-2025-0913"