From 4304cf2a64ab9ce1f5788992736bfdad708cdc47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 14:28:06 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index f35115981..91c7a3292 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ termcolor msgpack-python pylnk splinter -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