From 402d4d677e547d1ed8f80271e61e0e12c2c3a6f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Nov 2022 20:32:34 +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