go: ignore CVE-2022-41716

This CVE is specific to Microsoft Windows, ignore it.

Patch fixing it (https://go-review.googlesource.com/c/go/+/446916)
also adds a redundant check to generic os/exec which
could be backported but it should not be necessary as
backport always takes a small risk to break old code.

(From OE-Core rev: 4263f3fda59aacb4f159d2dffb52e5f66249b5e4)

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Peter Marko
2023-04-19 23:54:08 +02:00
committed by Steve Sakoman
parent afb4425be9
commit e610a24db7

View File

@@ -82,3 +82,6 @@ CVE_CHECK_WHITELIST += "CVE-2021-41772"
# Fixes code that was added in go1.16, does not exist in 1.14
CVE_CHECK_WHITELIST += "CVE-2022-30630"
# This is specific to Microsoft Windows
CVE_CHECK_WHITELIST += "CVE-2022-41716"