From 9381a18826f485576a49ca1f0b62d5cf8f79ef7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jan 2024 21:59:26 +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-6050294 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6126975 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e784be8c..d77fbb88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ pyOpenSSL secrets bcrypt -flask \ No newline at end of file +flask +cryptography>=42.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file