Skip to content

Commit 32bb41c

Browse files
committed
fix: engines/arachni/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843
1 parent ff378ea commit 32bb41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engines/arachni/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ pytest==3.8.1
2222
requests==2.28.2
2323
scandir==1.9.0
2424
six==1.11.0
25-
urllib3==1.26.5
26-
werkzeug==2.2.3
25+
urllib3==2.6.3
26+
werkzeug==3.1.5
2727
setuptools==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)