From e7ff0995ef98f4cbc6402c740efe26e9ba6e0eb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Nov 2023 16:25:55 +0000 Subject: [PATCH] fix: pygoat/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6041510 --- pygoat/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pygoat/requirements.txt b/pygoat/requirements.txt index edab714..2968ecf 100644 --- a/pygoat/requirements.txt +++ b/pygoat/requirements.txt @@ -9,3 +9,4 @@ gunicorn django-heroku whitenoise django-allauth +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability