diff options
author | Ross Burton <ross@burtonini.com> | 2020-11-19 10:38:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-24 10:27:45 +0000 |
commit | 9c0934c702348aa6bbea6549f613c14e4820c4da (patch) | |
tree | 39e5dcd4cb9eec94bdd0197342402c5b513af800 /meta | |
parent | 0be2aedfd3fba09d187f5de31925747291ea5cd2 (diff) | |
download | poky-9c0934c702348aa6bbea6549f613c14e4820c4da.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: f4c22e83f2e68ff157da5ea1303acc2931d63f5f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.9.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.9.0.bb b/meta/recipes-devtools/python/python3_3.9.0.bb index d29a779a81..19a8950f15 100644 --- a/meta/recipes-devtools/python/python3_3.9.0.bb +++ b/meta/recipes-devtools/python/python3_3.9.0.bb | |||
@@ -46,6 +46,8 @@ UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/" | |||
46 | 46 | ||
47 | CVE_PRODUCT = "python" | 47 | CVE_PRODUCT = "python" |
48 | 48 | ||
49 | # Upstream consider this expected behaviour | ||
50 | CVE_CHECK_WHITELIST += "CVE-2007-4559" | ||
49 | # This is not exploitable when glibc has CVE-2016-10739 fixed. | 51 | # This is not exploitable when glibc has CVE-2016-10739 fixed. |
50 | CVE_CHECK_WHITELIST += "CVE-2019-18348" | 52 | CVE_CHECK_WHITELIST += "CVE-2019-18348" |
51 | 53 | ||