diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-06 15:11:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-17 21:31:37 +0100 |
commit | 44e80e4edcb1ae17df7de179d999d8f86d5acd4d (patch) | |
tree | 00674196cfad79c516a0af51e3a8842d99cf9a0d | |
parent | 374cefda4ffb413e1656c8b48042a524b2fc3234 (diff) | |
download | poky-44e80e4edcb1ae17df7de179d999d8f86d5acd4d.tar.gz |
go: Exclude CVE-2021-29923 from report list
Upstream don't believe it is a signifiant real world issue and will only
fix in 1.17 onwards. Therefore exclude it from our reports.
https://github.com/golang/go/issues/30999#issuecomment-910470358
(From OE-Core rev: 573337b8432677fa3a7643e74045ae7d7b331b3f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5bd5faf0c34b47b2443975d66b71482d2380a01a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/go/go-1.16.7.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-1.16.7.inc b/meta/recipes-devtools/go/go-1.16.7.inc index ed2d94671b..9eca1caeeb 100644 --- a/meta/recipes-devtools/go/go-1.16.7.inc +++ b/meta/recipes-devtools/go/go-1.16.7.inc | |||
@@ -19,3 +19,8 @@ SRC_URI += "\ | |||
19 | file://0001-encoding-xml-handle-leading-trailing-or-double-colon.patch \ | 19 | file://0001-encoding-xml-handle-leading-trailing-or-double-colon.patch \ |
20 | " | 20 | " |
21 | SRC_URI[main.sha256sum] = "1a9f2894d3d878729f7045072f30becebe243524cf2fce4e0a7b248b1e0654ac" | 21 | SRC_URI[main.sha256sum] = "1a9f2894d3d878729f7045072f30becebe243524cf2fce4e0a7b248b1e0654ac" |
22 | |||
23 | # Upstream don't believe it is a signifiant real world issue and will only | ||
24 | # fix in 1.17 onwards where we can drop this. | ||
25 | # https://github.com/golang/go/issues/30999#issuecomment-910470358 | ||
26 | CVE_CHECK_WHITELIST += "CVE-2021-29923" | ||