]> 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)
committerSteve Sakoman <steve@sakoman.com>
Fri, 24 Sep 2021 14:27:46 +0000 (04:27 -1000)
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: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/tar/tar_1.32.bb

index 0fe0b801c22caee23ec973b4341b88cc2869fa67..87eb8b4188429fdc9a2cb0b76e996ca748afd13b 100644 (file)
@@ -68,3 +68,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"