From: Ross Burton Date: Mon, 16 Aug 2021 09:05:49 +0000 (+0100) Subject: tar: ignore node-tar CVEs X-Git-Tag: yocto-3.1.11~67 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d1b09f81ad80e5099ae670c965dcf7d39ad09ac1;p=openembedded-core.git tar: ignore node-tar CVEs These two CVEs are specific to the Node package node-tar. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit bc7216e8148d0dee7b56e6851da6615e93647a0a) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-extended/tar/tar_1.32.bb b/meta/recipes-extended/tar/tar_1.32.bb index 3ae6d674a5..0fe0b801c2 100644 --- a/meta/recipes-extended/tar/tar_1.32.bb +++ b/meta/recipes-extended/tar/tar_1.32.bb @@ -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"