From 0b6998e9de0a10d725a8b2a50b97db41fe91f27c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 15:36: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-7161587 --- 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