From 83cd94766cfbc911c46d809745f94eb6c1df3532 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Feb 2024 17:43:57 +0000 Subject: [PATCH] fix: leaktopus_backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6261585 --- leaktopus_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaktopus_backend/requirements.txt b/leaktopus_backend/requirements.txt index 7ccf918..b091a29 100644 --- a/leaktopus_backend/requirements.txt +++ b/leaktopus_backend/requirements.txt @@ -28,7 +28,7 @@ elasticsearch==7.17.4 GitPython truffleHog==2.2.1 pyjwt>=2.4.0 # not directly required, pinned to avoid a vulnerability -cryptography==39 +cryptography==42.0.4 # Documentation libs flasgger==0.9.5