diff options
| author | Peter Marko <peter.marko@siemens.com> | 2023-11-20 23:11:54 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-11-28 05:00:32 -1000 |
| commit | ecba5ff495eb1e0616ead28269a0307c97bfeb80 (patch) | |
| tree | c88f7a17fb39d85b6a2eb7ec5e36f9d0c4c2323f | |
| parent | a7657ca5ffd615111f8a173c116906d923367929 (diff) | |
| download | poky-ecba5ff495eb1e0616ead28269a0307c97bfeb80.tar.gz | |
go: ignore CVE-2023-45283 and CVE-2023-45284
These CVEs affect path handling on Windows.
(From OE-Core rev: 60f75fd6a671fcbfeefb634fe88f6faa17b446b7)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/go/go-1.17.13.inc b/meta/recipes-devtools/go/go-1.17.13.inc index 461819d80f..a0974629fb 100644 --- a/meta/recipes-devtools/go/go-1.17.13.inc +++ b/meta/recipes-devtools/go/go-1.17.13.inc | |||
| @@ -54,5 +54,5 @@ SRC_URI[main.sha256sum] = "a1a48b23afb206f95e7bbaa9b898d965f90826f6f1d1fc0c1d784 | |||
| 54 | # https://github.com/golang/go/issues/30999#issuecomment-910470358 | 54 | # https://github.com/golang/go/issues/30999#issuecomment-910470358 |
| 55 | CVE_CHECK_IGNORE += "CVE-2021-29923" | 55 | CVE_CHECK_IGNORE += "CVE-2021-29923" |
| 56 | 56 | ||
| 57 | # This is specific to Microsoft Windows | 57 | # This are specific to Microsoft Windows |
| 58 | CVE_CHECK_IGNORE += "CVE-2022-41716" | 58 | CVE_CHECK_IGNORE += "CVE-2022-41716 CVE-2023-45283 CVE-2023-45284" |
