summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/go/go-1.14.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/go/go-1.14.inc b/meta/recipes-devtools/go/go-1.14.inc
index ac4c4e9973..8c7df2dede 100644
--- a/meta/recipes-devtools/go/go-1.14.inc
+++ b/meta/recipes-devtools/go/go-1.14.inc
@@ -69,3 +69,6 @@ CVE_CHECK_WHITELIST += "CVE-2022-30634"
69 69
70# Issue is in golang.org/x/net/html/parse.go, not used in go compiler 70# Issue is in golang.org/x/net/html/parse.go, not used in go compiler
71CVE_CHECK_WHITELIST += "CVE-2021-33194" 71CVE_CHECK_WHITELIST += "CVE-2021-33194"
72
73# Issue introduced in go1.16, does not exist in 1.14
74CVE_CHECK_WHITELIST += "CVE-2021-41772"