Skip to content

Commit

Permalink
Merge pull request #255 from asfadmin/snyk-fix-907a7f819c818c662fe642…
Browse files Browse the repository at this point in the history
…400bef0806

[Snyk] Security upgrade pip from 9.0.3 to 19.2
  • Loading branch information
benbart authored Oct 7, 2020
2 parents 8a16a85 + be67c6d commit e1dd82e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/dependency_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pip3 install -r ${WORKSPACE}/lambda/requirements.txt --target .

# get rid of unneeded things to make code zip smaller
rm -rf ./*.dist-info
rm -rf pip
# rm -rf pip # commented out because https://snyk.io/vuln/SNYK-PYTHON-PIP-609855
rm -rf docutils
rm -rf chalice/cli # cli in lambda? No way!
rm -rf botocore # included with lambda, just takes up space here
Expand Down
2 changes: 2 additions & 0 deletions lambda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ pyjwt==1.7.1
pyOpenSSL==19.1.0 # maybe not necessary
python-jose==3.2.0
PyYAML==5.3.1

pip>=19.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit e1dd82e

Please sign in to comment.