From 33b40ebb4317340d882742bb07b61c3536bef391 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Nov 2022 01:35:07 +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-URLLIB3-1533435 --- drivers/aws_shell/src/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/aws_shell/src/requirements.txt b/drivers/aws_shell/src/requirements.txt index a5556038..ba1a4a8b 100644 --- a/drivers/aws_shell/src/requirements.txt +++ b/drivers/aws_shell/src/requirements.txt @@ -3,3 +3,4 @@ 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 +urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability