diff options
author | Ross Burton <ross@burtonini.com> | 2020-11-19 10:38:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 23:49:01 +0000 |
commit | 4e8a6a05b7bd9f0da27fa1ce7efa8a77e485786a (patch) | |
tree | c8cca6cded6aa4f27b09f5a3f9353fb9ece2056c /meta | |
parent | 7bc8438db6ebdead38540e16f084929eeee7760d (diff) | |
download | poky-4e8a6a05b7bd9f0da27fa1ce7efa8a77e485786a.tar.gz |
python3: add CVE-2007-4559 to whitelist
This issue describes expected behaviour, do not use tarfile with
untrusted data.
(From OE-Core rev: 267130c66dde462a0a1043ab5dffdb86781389a0)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f4c22e83f2e68ff157da5ea1303acc2931d63f5f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.8.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.2.bb b/meta/recipes-devtools/python/python3_3.8.2.bb index 1d0b4cdb77..b4cce88e87 100644 --- a/meta/recipes-devtools/python/python3_3.8.2.bb +++ b/meta/recipes-devtools/python/python3_3.8.2.bb | |||
@@ -52,6 +52,8 @@ UPSTREAM_CHECK_REGEX = "[Pp]ython-(?P<pver>\d+(\.\d+)+).tar" | |||
52 | 52 | ||
53 | CVE_PRODUCT = "python" | 53 | CVE_PRODUCT = "python" |
54 | 54 | ||
55 | # Upstream consider this expected behaviour | ||
56 | CVE_CHECK_WHITELIST += "CVE-2007-4559" | ||
55 | # This is not exploitable when glibc has CVE-2016-10739 fixed. | 57 | # This is not exploitable when glibc has CVE-2016-10739 fixed. |
56 | CVE_CHECK_WHITELIST += "CVE-2019-18348" | 58 | CVE_CHECK_WHITELIST += "CVE-2019-18348" |
57 | 59 | ||