From 4625151889e10e2ecd5e548bdc19b0e2a5b69911 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 03:33:22 +0000 Subject: [PATCH] fix: examples/http/server/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 --- examples/http/server/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/http/server/requirements.txt b/examples/http/server/requirements.txt index 09d6cfe1..cf27f0e6 100644 --- a/examples/http/server/requirements.txt +++ b/examples/http/server/requirements.txt @@ -1,3 +1,4 @@ ../../.. flask mysql-connector-python==8.0.23 +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability