From b10d7bdfb265fad83a9aa60bc6e3baf83e1871f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 06:32:02 +0000 Subject: [PATCH] fix: Python/GD_Content_Downloader/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- Python/GD_Content_Downloader/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Python/GD_Content_Downloader/requirements.txt b/Python/GD_Content_Downloader/requirements.txt index 886c0e4da..eedf01104 100644 --- a/Python/GD_Content_Downloader/requirements.txt +++ b/Python/GD_Content_Downloader/requirements.txt @@ -8,3 +8,4 @@ httplib2==0.19.1 pylint==2.9.6 requests==2.26.0 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability