mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
golang: ignore CVE-2022-30630
The CVE is in the io/fs package, which first appeared in go1.16. Since dunfell is using go1.14, this issue does not apply. CVE was fixed in fa2d41d0ca736f3ad6b200b2a4e134364e9acc59 Original code in b64202bc29b9c1cf0118878d1c0acc9cdb2308f6 (From OE-Core rev: 1e258940e9a6fabda6e7e60841082c113fdf9500) Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d6dd3b49bd
commit
4104d39151
@@ -73,3 +73,6 @@ CVE_CHECK_WHITELIST += "CVE-2021-33194"
|
||||
|
||||
# Issue introduced in go1.16, does not exist in 1.14
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user