From bd9b4ec89a795bec9b89df5e23e417b1deb50b00 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Oct 2022 19:50:41 +0000 Subject: [PATCH] fix: SandboxOrchestration/environment_scripts/env_teardown/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1533435 --- .../environment_scripts/env_teardown/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/SandboxOrchestration/environment_scripts/env_teardown/requirements.txt b/SandboxOrchestration/environment_scripts/env_teardown/requirements.txt index f4d4a1c..b0507fb 100644 --- a/SandboxOrchestration/environment_scripts/env_teardown/requirements.txt +++ b/SandboxOrchestration/environment_scripts/env_teardown/requirements.txt @@ -1 +1,2 @@ cloudshell-orch-core>=4.2.0.0,<4.3.0.0 +urllib3>=1.26.5 # not directly required, pinned by Snyk to avoid a vulnerability