]> code.ossystems Code Review - openembedded-core.git/commitdiff
tar: ignore node-tar CVEs uninative-3.3
authorRoss Burton <ross@burtonini.com>
Mon, 16 Aug 2021 09:05:49 +0000 (10:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Aug 2021 09:24:52 +0000 (10:24 +0100)
These two CVEs are specific to the Node package node-tar.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/tar/tar_1.34.bb

index c096a8c9a88f1bc781eb6167217b919686b0aa93..98755a11cc565e8f38f2fa0c44c8df97d3bd57f8 100644 (file)
@@ -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"