From 2505ed21dbd6a926168b7bde5747a5ee2f8a0764 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 18:07:32 +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-6092044 --- 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..ad0fe1e 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==41.0.6 # Documentation libs flasgger==0.9.5