]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Dec 2020 12:15:30 +0000 (12:15 +0000)
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>
meta/recipes-core/coreutils/coreutils_8.32.bb

index 9d1eceef54f11cf14e302646c93bed994d37b211..4eb357e31013e5682057999e76cdbd3bdddd10bb 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"