summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tar/tar_1.32.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-09-12 09:27:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-30 00:02:22 +0100
commitb2ec15322526384ec0111a46666d46d436b12fe2 (patch)
tree74ae4339ff3ec2ff03429c1d8e4052737f3ee10a /meta/recipes-extended/tar/tar_1.32.bb
parent5d5ec38952e0d412e2be3012dc15f19ced1b95f4 (diff)
downloadpoky-b2ec15322526384ec0111a46666d46d436b12fe2.tar.gz
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 (From OE-Core rev: 8653ed5bc02c794944372be5c4ba785a7739f6d0) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tar/tar_1.32.bb')
-rw-r--r--meta/recipes-extended/tar/tar_1.32.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar_1.32.bb b/meta/recipes-extended/tar/tar_1.32.bb
index 0fe0b801c2..87eb8b4188 100644
--- a/meta/recipes-extended/tar/tar_1.32.bb
+++ b/meta/recipes-extended/tar/tar_1.32.bb
@@ -68,3 +68,4 @@ BBCLASSEXTEND = "native nativesdk"
68 68
69# These are both specific to the NPM package node-tar 69# These are both specific to the NPM package node-tar
70CVE_CHECK_WHITELIST += "CVE-2021-32803 CVE-2021-32804" 70CVE_CHECK_WHITELIST += "CVE-2021-32803 CVE-2021-32804"
71CVE_CHECK_WHITELIST += "CVE-2021-37701 CVE-2021-37712 CVE-2021-37713"