From 1f0fcc9f812f22b38eb508cc8f6fc8028752c1ad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 02:17:40 +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-6913422 --- 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..71c72f9 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.8 # Documentation libs flasgger==0.9.5