From 329c4143fd1b3b2696aedc83c200a651cc3bbd7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Nov 2024 17:58:03 +0000 Subject: [PATCH] fix: examples/docker/flask-gunicorn/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- examples/docker/flask-gunicorn/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/docker/flask-gunicorn/requirements.txt b/examples/docker/flask-gunicorn/requirements.txt index 24cc3e223..8dee60492 100644 --- a/examples/docker/flask-gunicorn/requirements.txt +++ b/examples/docker/flask-gunicorn/requirements.txt @@ -1,3 +1,4 @@ slack_bolt Flask>=1.1 -gunicorn>=20 \ No newline at end of file +gunicorn>=20 +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file