summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-12-07 15:54:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-09 12:15:30 +0000
commit59f2120de3b6d53bbfb9db858ffb8b7b20c8d1ce (patch)
tree918fe624e7f925c6e45770c1d18ddc8f086298ee
parent01e8c53488dd5ebb206bef2415549e8ac1ac7601 (diff)
downloadopenembedded-core-contrib-59f2120de3b6d53bbfb9db858ffb8b7b20c8d1ce.tar.gz
coreutils: add SUSE-specific issues to CVE whitelist
CVE-2013-0221 through -223 are all SUSE-specific, so add them to the whitelist. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.32.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb
index 9d1eceef54..4eb357e310 100644
--- a/meta/recipes-core/coreutils/coreutils_8.32.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.32.bb
@@ -199,3 +199,6 @@ do_install_ptest () {
}
FILES_${PN}-ptest += "${bindir}/getlimits"
+
+# These are specific to Opensuse
+CVE_WHITELIST += "CVE-2013-0221 CVE-2013-0222 CVE-2013-0223"