From c8b860235ca714a10cf6a67d624e73213c035c34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 14:21:00 +0000 Subject: [PATCH] fix: projects/Snapshot_of_given_website/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 --- projects/Snapshot_of_given_website/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/Snapshot_of_given_website/requirements.txt b/projects/Snapshot_of_given_website/requirements.txt index a89be0062..6ba1d3823 100644 --- a/projects/Snapshot_of_given_website/requirements.txt +++ b/projects/Snapshot_of_given_website/requirements.txt @@ -1,2 +1,3 @@ selenium==3.141.0 chromedriver-binary==85.0.4183.38.0 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability