From 2432c81c5e93ae3c54cc22c33549d111b482355f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Feb 2026 16:50:36 +0000 Subject: [PATCH] fix: ethical-hacking/bruteforce-ssh/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096 --- ethical-hacking/bruteforce-ssh/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ethical-hacking/bruteforce-ssh/requirements.txt b/ethical-hacking/bruteforce-ssh/requirements.txt index a96b94bf..c2cccef1 100644 --- a/ethical-hacking/bruteforce-ssh/requirements.txt +++ b/ethical-hacking/bruteforce-ssh/requirements.txt @@ -1,2 +1,3 @@ colorama -paramiko \ No newline at end of file +paramiko +cryptography>=46.0.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file