From: Ross Burton Date: Mon, 16 Aug 2021 09:05:49 +0000 (+0100) Subject: tar: ignore node-tar CVEs X-Git-Tag: uninative-3.3^0 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bc7216e8148d0dee7b56e6851da6615e93647a0a;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 --- diff --git a/meta/recipes-extended/tar/tar_1.34.bb b/meta/recipes-extended/tar/tar_1.34.bb index c096a8c9a8..98755a11cc 100644 --- a/meta/recipes-extended/tar/tar_1.34.bb +++ b/meta/recipes-extended/tar/tar_1.34.bb @@ -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"