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-REQUESTS-6928867
  • Loading branch information
snyk-bot committed May 21, 2024
1 parent df967ba commit 95de178
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 @@ -19,7 +19,7 @@ pluggy==0.7.1
psutil==5.6.7
py==1.10.0
pytest==3.8.1
requests==2.28.2
requests==2.32.0
scandir==1.9.0
six==1.11.0
urllib3==1.26.5
Expand Down

0 comments on commit 95de178

Please sign in to comment.