From 8fed0d09075f0e101687f953bcbd8536a00429e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Feb 2023 20:32:33 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3172287 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3314966 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315324 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315328 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315331 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315452 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315972 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3315975 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 417b777..5ca74fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ os-client-config>=1.22.0 # Apache-2.0 pbr>=1.8 # Apache-2.0 shade>=1.13.1 +cryptography>=39.0.1 # not directly required, pinned by Snyk to avoid a vulnerability