From eeabc1c07d26934c73d0af1f2d5ee473cb5398a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 09:17:42 +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-7448482 --- 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..631fb8af 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>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file