Skip to content

Commit

Permalink
fix: engines/arachni/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-GEVENT-8320934
  • Loading branch information
snyk-bot committed Nov 3, 2024
1 parent ff378ea commit 32dfaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/arachni/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chardet==3.0.4
click
Flask==2.2.3
funcsigs==1.0.2
gevent==1.4.0
gevent==24.10.1
greenlet==0.4.15
gunicorn==20.0.4
idna==2.5
Expand Down

0 comments on commit 32dfaf9

Please sign in to comment.