mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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:
committed by
Steve Sakoman
parent
799673e3f4
commit
a4f1c6baa3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user