summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/go
diff options
context:
space:
mode:
authorShubham Kulkarni <skulkarni@mvista.com>2023-04-23 11:25:44 +0530
committerSteve Sakoman <steve@sakoman.com>2023-05-03 04:09:42 -1000
commita4f1c6baa3258935087c8da04364720a47f5036f (patch)
treed2898414986d15035be43c7884d91af691547ad4 /meta/recipes-devtools/go
parent799673e3f48db669446c2c7755724a2801d83693 (diff)
downloadpoky-a4f1c6baa3258935087c8da04364720a47f5036f.tar.gz
go: Ignore CVE-2022-1705
The vulnerability was introduced in go1.15beta1 with commit d5734d4. Dunfell uses go1.14 version which does not contain the affected code. Ref: https://security-tracker.debian.org/tracker/CVE-2022-1705 (From OE-Core rev: 6e4a952efc94a3bb94216db1cbd738f4fb70217f) Signed-off-by: Shubham Kulkarni <skulkarni@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/go')
-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 56f4f12c37..b1d7bc155a 100644
--- a/meta/recipes-devtools/go/go-1.14.inc
+++ b/meta/recipes-devtools/go/go-1.14.inc
@@ -87,3 +87,6 @@ CVE_CHECK_WHITELIST += "CVE-2022-30630"
87 87
88# This is specific to Microsoft Windows 88# This is specific to Microsoft Windows
89CVE_CHECK_WHITELIST += "CVE-2022-41716" 89CVE_CHECK_WHITELIST += "CVE-2022-41716"
90
91# Issue introduced in go1.15beta1, does not exist in 1.14
92CVE_CHECK_WHITELIST += "CVE-2022-1705"