Skip to content

Commit

Permalink
fix: build/python/backend/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878
  • Loading branch information
snyk-bot committed Dec 17, 2024
1 parent dbd91a3 commit ca64d72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/python/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ signify==0.3.0
ssdeep==3.4
tldextract==5.1.3
tnefparse==1.4.0
xmltodict==0.12.0
xmltodict==0.12.0
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit ca64d72

Please sign in to comment.