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:20:33 +0000
commitb57c13194f4abd6340dd2b35feb2103c6f056a3a (patch)
tree014e1955c8f6a849e9acec4c20018964f6de9e98
parentfe9b4249f7305f39456ae9381d81573c015a47b0 (diff)
downloadpoky-b57c13194f4abd6340dd2b35feb2103c6f056a3a.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: 59f2120de3b6d53bbfb9db858ffb8b7b20c8d1ce) 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 () {
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"