Skip to content

Commit 5bd5faf

Browse files
committed
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. golang/go#30999 (comment) Signed-off-by: Richard Purdie <[email protected]>
1 parent 0cae5d7 commit 5bd5faf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meta/recipes-devtools/go/go-1.16.7.inc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ SRC_URI += "\
1818
file://0009-Revert-cmd-go-make-sure-CC-and-CXX-are-absolute.patch \
1919
"
2020
SRC_URI[main.sha256sum] = "1a9f2894d3d878729f7045072f30becebe243524cf2fce4e0a7b248b1e0654ac"
21+
22+
# Upstream don't believe it is a signifiant real world issue and will only
23+
# fix in 1.17 onwards where we can drop this.
24+
# https://github.com/golang/go/issues/30999#issuecomment-910470358
25+
CVE_CHECK_WHITELIST += "CVE-2021-29923"

0 commit comments

Comments
 (0)