summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/go/go-1.16.7.inc5
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"
21SRC_URI[main.sha256sum] = "1a9f2894d3d878729f7045072f30becebe243524cf2fce4e0a7b248b1e0654ac" 21SRC_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
26CVE_CHECK_WHITELIST += "CVE-2021-29923"