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-SETUPTOOLS-7448482
  • Loading branch information
snyk-bot committed Jul 16, 2024
1 parent df967ba commit 50c914c
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 @@ -24,4 +24,4 @@ scandir==1.9.0
six==1.11.0
urllib3==1.26.5
werkzeug==2.2.3
setuptools==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools==70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 50c914c

Please sign in to comment.