Skip to content

Commit

Permalink
fix: modules/ssh/strong_password/files/requirements-pip3.txt to reduc…
Browse files Browse the repository at this point in the history
…e vulnerabilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent 5482fdc commit 71a2f60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ssh/strong_password/files/requirements-pip3.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
paramiko == 2.10.1
datetime == 4.3
datetime == 4.3
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 71a2f60

Please sign in to comment.