From 068cf0518e36274abd45dae4a68ed1d448106c45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 May 2026 21:57:58 +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-PYASN1-15032639 - https://snyk.io/vuln/SNYK-PYTHON-PYASN1-15674561 --- 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..c23362b76 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 +pyasn1>=0.6.3 # not directly required, pinned by Snyk to avoid a vulnerability