summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-08-16 10:05:49 +0100
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-23 15:46:51 +0800
commit79945a0fb947bc2c127314d8cb3e93b80cfe6308 (patch)
tree4dc733a6aab35b7586a45a442b3e76910f386eda
parent48fe148e5ca344d2a6bad444ef48d9c5ea414448 (diff)
downloadopenembedded-core-contrib-79945a0fb947bc2c127314d8cb3e93b80cfe6308.tar.gz
tar: ignore node-tar CVEs
These two CVEs are specific to the Node package node-tar. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bc7216e8148d0dee7b56e6851da6615e93647a0a) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--meta/recipes-extended/tar/tar_1.34.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar_1.34.bb b/meta/recipes-extended/tar/tar_1.34.bb
index af04919c41..66c11cbfea 100644
--- a/meta/recipes-extended/tar/tar_1.34.bb
+++ b/meta/recipes-extended/tar/tar_1.34.bb
@@ -61,3 +61,6 @@ PROVIDES_append_class-native = " tar-replacement-native"
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
BBCLASSEXTEND = "native nativesdk"
+
+# These are both specific to the NPM package node-tar
+CVE_CHECK_WHITELIST += "CVE-2021-32803 CVE-2021-32804"