From f204612804c71d6519a507eecf62a3b0153f88ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 05:43:41 +0000 Subject: [PATCH] fix: appengine/standard_python37/custom-server/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6809379 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548181 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548987 - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-9292516 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319935 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319936 --- appengine/standard_python37/custom-server/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appengine/standard_python37/custom-server/requirements.txt b/appengine/standard_python37/custom-server/requirements.txt index e91eb8f3552..6d1f727cb39 100644 --- a/appengine/standard_python37/custom-server/requirements.txt +++ b/appengine/standard_python37/custom-server/requirements.txt @@ -1,2 +1,4 @@ uwsgi==2.0.17.1 flask==1.0.2 +jinja2>=3.1.6 # not directly required, pinned by Snyk to avoid a vulnerability +werkzeug>=2.2.3 # not directly required, pinned by Snyk to avoid a vulnerability