Skip to content

Commit 0acab6b

Browse files
committed
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-6041510
1 parent 73cb705 commit 0acab6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/http/server/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
../../..
22
flask
33
mysql-connector-python==8.0.23
4+
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)