diff options
author | Ross Burton <ross@burtonini.com> | 2020-11-19 10:38:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-03 23:02:08 +0000 |
commit | 086ed4af2a830fb2ea3a5f7db2dc04cfe9aab3eb (patch) | |
tree | 25e4f170ad70b7c24ccd7d03b32f2be3ee021055 /meta | |
parent | 67ff1d9ffb43ad168ad58c6ee97a0b74cffcbb3b (diff) | |
download | poky-086ed4af2a830fb2ea3a5f7db2dc04cfe9aab3eb.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: 391ed53928db0df325798a0bce18ec6947e09ddd)
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: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.8.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.5.bb b/meta/recipes-devtools/python/python3_3.8.5.bb index 3720b364bb..f09a3c1d6e 100644 --- a/meta/recipes-devtools/python/python3_3.8.5.bb +++ b/meta/recipes-devtools/python/python3_3.8.5.bb | |||
@@ -50,6 +50,8 @@ UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/" | |||
50 | 50 | ||
51 | CVE_PRODUCT = "python" | 51 | CVE_PRODUCT = "python" |
52 | 52 | ||
53 | # Upstream consider this expected behaviour | ||
54 | CVE_CHECK_WHITELIST += "CVE-2007-4559" | ||
53 | # This is not exploitable when glibc has CVE-2016-10739 fixed. | 55 | # This is not exploitable when glibc has CVE-2016-10739 fixed. |
54 | CVE_CHECK_WHITELIST += "CVE-2019-18348" | 56 | CVE_CHECK_WHITELIST += "CVE-2019-18348" |
55 | 57 | ||