diff options
author | Ross Burton <ross@burtonini.com> | 2020-12-07 15:54:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 23:01:48 +0000 |
commit | 70133b22d0079add8b1ab9a7e87085039c854609 (patch) | |
tree | 948fb1ebfa2f4e443e235bf88db76147ed6c1bc2 /meta | |
parent | 72e5b4225ffa50cf1d5899a3637bb0f8f7fc2af7 (diff) | |
download | poky-70133b22d0079add8b1ab9a7e87085039c854609.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: b76b2b304368eaf77800fc4f957cad05169040ca)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_8.32.bb | 3 |
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 | ||
201 | FILES_${PN}-ptest += "${bindir}/getlimits" | 201 | FILES_${PN}-ptest += "${bindir}/getlimits" |
202 | |||
203 | # These are specific to Opensuse | ||
204 | CVE_WHITELIST += "CVE-2013-0221 CVE-2013-0222 CVE-2013-0223" | ||