From e3c293195a5f50dc8ca7b42f0bc998270f66412e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jul 2026 18:24:17 +0000 Subject: [PATCH] fix: builders/testdata/python/appengine_sdk/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-17824465 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-17824466 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-17824468 - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-17824469 --- builders/testdata/python/appengine_sdk/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/builders/testdata/python/appengine_sdk/requirements.txt b/builders/testdata/python/appengine_sdk/requirements.txt index 2530063cf..54a893ac2 100644 --- a/builders/testdata/python/appengine_sdk/requirements.txt +++ b/builders/testdata/python/appengine_sdk/requirements.txt @@ -1,2 +1,3 @@ appengine-python-standard flask==1.1.1 +pillow>=12.3.0 # not directly required, pinned by Snyk to avoid a vulnerability