From a7efab53608a8be20f601715501df191714dc445 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Feb 2023 23:42:37 +0000 Subject: [PATCH] fix: drivers/aws_shell/src/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1533435 --- drivers/aws_shell/src/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/aws_shell/src/requirements.txt b/drivers/aws_shell/src/requirements.txt index a5556038..dbeeffcb 100644 --- a/drivers/aws_shell/src/requirements.txt +++ b/drivers/aws_shell/src/requirements.txt @@ -3,3 +3,5 @@ cloudshell-shell-core>=3.1.0,<3.2.0 cloudshell-cp-aws>=2.5.0,<2.6.0 jsonpickle==0.9.3 cloudshell-cp-core>=1.0.4,<1.1.0 +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability