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-18 14:20:19 +0000
commit4a2a9093766ce878c106306e121d311c85615a2d (patch)
treeeaac8d15f0059918355e20346224bc9f1337b99c
parent9e038fd7f74462619b4e81fd52c5f09908c4c3da (diff)
downloadpoky-4a2a9093766ce878c106306e121d311c85615a2d.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. (From OE-Core rev: 886a8c4e9a749216c0427dffe552c7b2ad087593) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 59f2120de3b6d53bbfb9db858ffb8b7b20c8d1ce) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.31.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.31.bb b/meta/recipes-core/coreutils/coreutils_8.31.bb
index 0c8452da98..bd7a8a2f35 100644
--- a/meta/recipes-core/coreutils/coreutils_8.31.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.31.bb
@@ -199,3 +199,6 @@ do_install_ptest () {
199} 199}
200 200
201FILES_${PN}-ptest += "${bindir}/getlimits" 201FILES_${PN}-ptest += "${bindir}/getlimits"
202
203# These are specific to Opensuse
204CVE_WHITELIST += "CVE-2013-0221 CVE-2013-0222 CVE-2013-0223"