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>
This commit is contained in:
Shubham Kulkarni
2023-04-23 11:25:44 +05:30
committed by Steve Sakoman
parent 799673e3f4
commit a4f1c6baa3

View File

@@ -87,3 +87,6 @@ CVE_CHECK_WHITELIST += "CVE-2022-30630"
# This is specific to Microsoft Windows
CVE_CHECK_WHITELIST += "CVE-2022-41716"
# Issue introduced in go1.15beta1, does not exist in 1.14
CVE_CHECK_WHITELIST += "CVE-2022-1705"