From a4c44a958619d2b9d17ff4dc26fc38565af5f8c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Sep 2024 08:37:21 +0000 Subject: [PATCH] fix: engines/arachni/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GUNICORN-7856105 --- engines/arachni/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/arachni/requirements.txt b/engines/arachni/requirements.txt index 9f179e4d..4996118a 100644 --- a/engines/arachni/requirements.txt +++ b/engines/arachni/requirements.txt @@ -7,7 +7,7 @@ Flask==2.2.3 funcsigs==1.0.2 gevent==1.4.0 greenlet==0.4.15 -gunicorn==20.0.4 +gunicorn==21.2.0 idna==2.5 itsdangerous Jinja2==3.1.2