diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-12-14 14:15:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-16 23:08:52 +0000 |
commit | 8f8a76d3197008c989393699b80418caf2fb7174 (patch) | |
tree | ec48122ee5a6f31c6f60867d224c13d7d9824f1b /meta/recipes-devtools/python | |
parent | cd46d6826d94212af6a4e777454682f27c283728 (diff) | |
download | poky-8f8a76d3197008c989393699b80418caf2fb7174.tar.gz |
python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652
One Windows-only CVE that cannot be fixed, and two CVEs
where upstream agreement is that they are not vulnerabilities.
(From OE-Core rev: 56d5b181f3b119f2bbd310dedd6d3b26e76f5944)
(From OE-Core rev: 13024049625c1705108066b38396ac379aacce84)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python.inc b/meta/recipes-devtools/python/python.inc index a630c26e89..110ec315d9 100644 --- a/meta/recipes-devtools/python/python.inc +++ b/meta/recipes-devtools/python/python.inc | |||
@@ -19,6 +19,16 @@ UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>2(\.\d+)+).tar" | |||
19 | 19 | ||
20 | CVE_PRODUCT = "python" | 20 | CVE_PRODUCT = "python" |
21 | 21 | ||
22 | # Upstream agreement is that these are not security issues: | ||
23 | # https://bugs.python.org/issue32367 | ||
24 | CVE_CHECK_WHITELIST += "CVE-2017-17522" | ||
25 | # https://bugs.python.org/issue32056 | ||
26 | CVE_CHECK_WHITELIST += "CVE-2017-18207" | ||
27 | |||
28 | # Windows-only, "It was determined that this is a longtime behavior | ||
29 | # of Python that cannot really be altered at this point." | ||
30 | CVE_CHECK_WHITELIST += "CVE-2015-5652" | ||
31 | |||
22 | PYTHON_MAJMIN = "2.7" | 32 | PYTHON_MAJMIN = "2.7" |
23 | 33 | ||
24 | inherit autotools pkgconfig | 34 | inherit autotools pkgconfig |