]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Mon, 23 Aug 2021 07:46:51 +0000 (15:46 +0800)
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: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-extended/tar/tar_1.34.bb

index af04919c41428c098ef03c83dd2bf4bd6fdb4377..66c11cbfea475306d70c77d556d7de8634b5902f 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"