Skip to content

Commit

Permalink
fix: leaktopus_backend/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6261585
  • Loading branch information
snyk-bot committed Feb 22, 2024
1 parent bfd6258 commit 83cd947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaktopus_backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83cd947

Please sign in to comment.