]> code.ossystems Code Review - openembedded-core.git/commitdiff
tar: ignore node-tar CVEs
authorRoss Burton <ross@burtonini.com>
Mon, 16 Aug 2021 09:05:49 +0000 (10:05 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 17 Aug 2021 17:09:42 +0000 (07:09 -1000)
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>
(cherry picked from commit bc7216e8148d0dee7b56e6851da6615e93647a0a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/tar/tar_1.32.bb

index 3ae6d674a55afaa7d21c5e51445a60d24f35898a..0fe0b801c22caee23ec973b4341b88cc2869fa67 100644 (file)
@@ -65,3 +65,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"