From 71a2f60d9c734bf5587770a9354146e2698bb672 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 07:31:35 +0000 Subject: [PATCH] fix: modules/ssh/strong_password/files/requirements-pip3.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 --- modules/ssh/strong_password/files/requirements-pip3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ssh/strong_password/files/requirements-pip3.txt b/modules/ssh/strong_password/files/requirements-pip3.txt index 1c0edb5d..628b8e7c 100644 --- a/modules/ssh/strong_password/files/requirements-pip3.txt +++ b/modules/ssh/strong_password/files/requirements-pip3.txt @@ -1,2 +1,3 @@ paramiko == 2.10.1 -datetime == 4.3 \ No newline at end of file +datetime == 4.3 +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file