From eb9931442e1b4ff7a8325ccf75bfd4b65db2dc7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Sep 2024 22:53:35 +0000 Subject: [PATCH] fix: tools/sandbox/c7n_sphere11/requirements-gw.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-6002459 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- tools/sandbox/c7n_sphere11/requirements-gw.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/sandbox/c7n_sphere11/requirements-gw.txt b/tools/sandbox/c7n_sphere11/requirements-gw.txt index 9fb5db3e4ca..8983a22f407 100644 --- a/tools/sandbox/c7n_sphere11/requirements-gw.txt +++ b/tools/sandbox/c7n_sphere11/requirements-gw.txt @@ -3,3 +3,5 @@ c7n ipaddress raven contextlib2 +urllib3>=1.26.19 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability