From: Armin Kuster Date: Sun, 12 Sep 2021 16:27:32 +0000 (-0700) Subject: tar: ignore node-tar CVEs X-Git-Tag: yocto-3.4~131 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9f9317a02d73c1e5aea026683a037e52c996c7bb;p=openembedded-core.git tar: ignore node-tar CVEs These three CVEs are specific to the Node package node-tar. exclude: CVE-2021-37701 CVE-2021-37712 CVE-2021-37713 Signed-off-by: Armin Kuster 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 a6a417a1a5..3488a6c955 100644 --- a/meta/recipes-extended/tar/tar_1.34.bb +++ b/meta/recipes-extended/tar/tar_1.34.bb @@ -65,3 +65,4 @@ BBCLASSEXTEND = "native nativesdk" # These are both specific to the NPM package node-tar CVE_CHECK_WHITELIST += "CVE-2021-32803 CVE-2021-32804" +CVE_CHECK_WHITELIST += "CVE-2021-37701 CVE-2021-37712 CVE-2021-37713"