]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 10 Dec 2020 01:14:08 +0000 (09:14 +0800)
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: Anuj Mittal <anuj.mittal@intel.com>
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"