]> code.ossystems Code Review - openembedded-core.git/commitdiff
tar: ignore node-tar CVEs
authorArmin Kuster <akuster808@gmail.com>
Sun, 12 Sep 2021 16:27:32 +0000 (09:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Sep 2021 08:48:37 +0000 (09:48 +0100)
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 <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/tar/tar_1.34.bb

index a6a417a1a589918fc7bdb8f6c0e5d054b6b6d7e7..3488a6c955b8698eeaa3b7f720d1ca968f135da8 100644 (file)
@@ -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"