Skip to content

Commit

Permalink
Update Pillow
Browse files Browse the repository at this point in the history
IssueID #3940: SNYK-PYTHON-PILLOW-1055461 and SNYK-PYTHON-PILLOW-1055462

- Added Pillow==8.1.0 as matplotlib@3.3.3 introduced pillow@8.0.1 and Pillow is
  now fixed at 8.1.0 as per:
  https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1055461
  https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1055462
  python-pillow/Pillow#5174 which fixes CVE-2020-35653
  and CVE-2020-35655

Modified:
dev-requirements.txt
requirements.txt
  • Loading branch information
earthgecko committed Jan 15, 2021
1 parent 933b0d5 commit 749a203
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dev-requirements.txt
Expand Up @@ -273,6 +273,16 @@ cycler==0.10.0
#pyparsing==2.4.2
pyparsing==2.4.7

# @added 20210115 - Bug #3940: SNYK-PYTHON-PILLOW-1055461 and SNYK-PYTHON-PILLOW-1055462
# Added as matplotlib@3.3.3 introduced pillow@8.0.1 and Pillow is now fixed at
# 8.1.0 as per:
# https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1055461
# https://snyk.io/vuln/SNYK-PYTHON-PILLOW-1055462
# https://github.com/python-pillow/Pillow/pull/5174 which fixes CVE-2020-35653
# and CVE-2020-35655
# When matplotlib requires >=8.1.0 this Pillow==8.1.0 can be removed
Pillow==8.1.0

# @modified 20160820 - Issue #23 Test dependency updates
#matplotlib==1.5.1
# @modified 20161119 - Branch #922: ionosphere
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -26,6 +26,7 @@ python-dateutil==2.8.1
pytz==2020.5
cycler==0.10.0
pyparsing==2.4.7
Pillow==8.1.0
matplotlib==3.3.3
pandas==1.2.0
patsy==0.5.1
Expand Down

0 comments on commit 749a203

Please sign in to comment.