]> code.ossystems Code Review - openembedded-core.git/commitdiff
coreutils: add SUSE-specific issues to CVE whitelist
authorRoss Burton <ross@burtonini.com>
Mon, 7 Dec 2020 15:54:10 +0000 (15:54 +0000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 10 Dec 2020 14:11:06 +0000 (04:11 -1000)
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>
(cherry picked from commit 59f2120de3b6d53bbfb9db858ffb8b7b20c8d1ce)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-core/coreutils/coreutils_8.31.bb

index 0c8452da987ccf2d26fc0c561e884e4a713804bb..bd7a8a2f35930e6dea41879af6b617d5b1fd7127 100644 (file)
@@ -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"