mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 05:02:22 +02:00
tar: ignore node-tar CVEs
These two CVEs are specific to the Node package node-tar. (From OE-Core rev: bc7216e8148d0dee7b56e6851da6615e93647a0a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0b8f844c8c
commit
94dfcaff64
@@ -61,3 +61,6 @@ PROVIDES:append:class-native = " tar-replacement-native"
|
||||
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# These are both specific to the NPM package node-tar
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-32803 CVE-2021-32804"
|
||||
|
||||
Reference in New Issue
Block a user