diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-20 23:55:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-21 22:29:57 +0000 |
commit | dc1cdd233a88ea90bbfa1490c9cced68ae3b6ffa (patch) | |
tree | f9d00a20a44d5a5503f2f4dc418e1428ad771e84 /meta/recipes-extended | |
parent | 2724a7c9354ef80599e91695f11dc77e0cd89269 (diff) | |
download | poky-dc1cdd233a88ea90bbfa1490c9cced68ae3b6ffa.tar.gz |
cups: Mark CVE-2009-0032 as a non-issue
The CVE was against a cups plugin which is obsolete and we don't include.
(From OE-Core rev: 5f7cb9f6ec4b14f992d265b8c67a9f5589f9b842)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index df8d4d284a..91e73d75e4 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -20,6 +20,8 @@ SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.t | |||
20 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" | 20 | UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" |
21 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" | 21 | UPSTREAM_CHECK_REGEX = "cups-(?P<pver>\d+\.\d+(\.\d+)?)-source.tar" |
22 | 22 | ||
23 | # Issue affects pdfdistiller plugin used with but not part of cups | ||
24 | CVE_CHECK_WHITELIST += "CVE-2009-0032" | ||
23 | # This is an Ubuntu only issue. | 25 | # This is an Ubuntu only issue. |
24 | CVE_CHECK_WHITELIST += "CVE-2018-6553" | 26 | CVE_CHECK_WHITELIST += "CVE-2018-6553" |
25 | 27 | ||