]> 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>
Fri, 24 Sep 2021 09:17:24 +0000 (10:17 +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>
(cherry picked from commit 9f9317a02d73c1e5aea026683a037e52c996c7bb)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/tar/tar_1.34.bb

index 66c11cbfea475306d70c77d556d7de8634b5902f..f41e5b33d4da0f35453a6b7f61640dbc3827044d 100644 (file)
@@ -64,3 +64,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"