From a4041fa0378e752b324279657183a42e7ece1113 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 07:31:30 +0000 Subject: [PATCH] fix: modules/ftp/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/ftp/strong_password/files/requirements-pip3.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ftp/strong_password/files/requirements-pip3.txt b/modules/ftp/strong_password/files/requirements-pip3.txt index dce2e028..455637ad 100644 --- a/modules/ftp/strong_password/files/requirements-pip3.txt +++ b/modules/ftp/strong_password/files/requirements-pip3.txt @@ -1 +1,2 @@ -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