From 4f0e6e84166dfe04fa7d20e62158ff3a82bfd460 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 01:24:52 +0000 Subject: [PATCH] fix: examples/Python/python-flask-webapp-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- examples/Python/python-flask-webapp-sample/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Python/python-flask-webapp-sample/requirements.txt b/examples/Python/python-flask-webapp-sample/requirements.txt index f94cba67..a7dacf91 100644 --- a/examples/Python/python-flask-webapp-sample/requirements.txt +++ b/examples/Python/python-flask-webapp-sample/requirements.txt @@ -2,3 +2,4 @@ Flask==2.3.2 azure-identity==1.16.1 azure-appconfiguration-provider==1.3.0 featuremanagement==1.0.0b1 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability