summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-08-16 10:05:49 +0100
committerSteve Sakoman <steve@sakoman.com>2021-08-17 07:09:42 -1000
commitd1b09f81ad80e5099ae670c965dcf7d39ad09ac1 (patch)
tree4f261659c39738d8b319d6b855e085ea9886f4b5 /meta/recipes-extended
parentf1b1627cac303f5f9c07fc0e8f959c0675b8f3a7 (diff)
downloadopenembedded-core-d1b09f81ad80e5099ae670c965dcf7d39ad09ac1.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: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/tar/tar_1.32.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar_1.32.bb b/meta/recipes-extended/tar/tar_1.32.bb
index 3ae6d674a5..0fe0b801c2 100644
--- a/meta/recipes-extended/tar/tar_1.32.bb
+++ b/meta/recipes-extended/tar/tar_1.32.bb
@@ -65,3 +65,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"