Skip to content

Commit

Permalink
fix: 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-TORNADO-7217828
- https://snyk.io/vuln/SNYK-PYTHON-TORNADO-7217829
  • Loading branch information
snyk-bot committed Jun 7, 2024
1 parent d5f0a23 commit 8e7c8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ six==1.10.0
sqlparse==0.4.2
supervisor==4.2.1
thehive4py==1.8.1
tornado==5.1
tornado==6.4.1
tzlocal==1.5.1
uritemplate==3.0.0
urllib3==1.26.5
Expand Down

0 comments on commit 8e7c8d7

Please sign in to comment.