Skip to content

Commit

Permalink
fix: samples/openapi3/server/petstore/python-flask-python2/requiremen…
Browse files Browse the repository at this point in the history
…ts.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
  • Loading branch information
snyk-bot committed Oct 31, 2024
1 parent 0b37b59 commit ad39e8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ typing >= 3.5.2.2
# https://github.com/yaml/pyyaml/issues/387
pyyaml < 5.3; python_version<="2.7"
setuptools >= 21.0.0
werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit ad39e8a

Please sign in to comment.