Skip to content

Commit

Permalink
fix: leaktopus_backend/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 10, 2024
1 parent bfd6258 commit 5904d0e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions leaktopus_backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jinja2<3.1.0
Flask==1.1.2
itsdangerous==2.0.1
# Flask_Caching==1.9.0
Werkzeug==1.0.1
Werkzeug==2.3.8
flask_debugtoolbar==0.11.0
# flask_mail==0.9.1
# flask_static_digest==0.2.1
Expand All @@ -20,15 +20,15 @@ loguru==0.6.0

# Data and workers.
redis==3.5.3
celery==5.0.5
celery==5.2.2

# Tool specific libs.
PyGithub>=1.55
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
Expand All @@ -41,3 +41,4 @@ pytest-cov==4.0.0

requests_cache==0.9.8
pytest-httpserver==1.0.0
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 5904d0e

Please sign in to comment.