Skip to content

Commit

Permalink
go: Exclude CVE-2021-29923 from report list
Browse files Browse the repository at this point in the history
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.

golang/go#30999 (comment)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
rpurdie committed Sep 6, 2021
1 parent 0cae5d7 commit 5bd5faf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meta/recipes-devtools/go/go-1.16.7.inc
Expand Up @@ -18,3 +18,8 @@ SRC_URI += "\
file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \
"
SRC_URI[main.sha256sum] = "1a9f2894d3d878729f7045072f30becebe243524cf2fce4e0a7b248b1e0654ac"

# Upstream don't believe it is a signifiant real world issue and will only
# fix in 1.17 onwards where we can drop this.
# https://github.com/golang/go/issues/30999#issuecomment-910470358
CVE_CHECK_WHITELIST += "CVE-2021-29923"

0 comments on commit 5bd5faf

Please sign in to comment.