From 8653ed5bc02c794944372be5c4ba785a7739f6d0 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 12 Sep 2021 09:27:32 -0700 Subject: 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 (cherry picked from commit 9f9317a02d73c1e5aea026683a037e52c996c7bb) Signed-off-by: Steve Sakoman --- meta/recipes-extended/tar/tar_1.32.bb | 1 + 1 file changed, 1 insertion(+) 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" # 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" -- cgit 1.2.3-korg