From 231e57a958f15502125f5cb855e1ee22661df95c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 09:21:18 +0000 Subject: [PATCH] fix: squatm3-api/wrapper/3rdparty/squatm3/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 --- squatm3-api/wrapper/3rdparty/squatm3/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/squatm3-api/wrapper/3rdparty/squatm3/requirements.txt b/squatm3-api/wrapper/3rdparty/squatm3/requirements.txt index 35a9ac2..86152fd 100644 --- a/squatm3-api/wrapper/3rdparty/squatm3/requirements.txt +++ b/squatm3-api/wrapper/3rdparty/squatm3/requirements.txt @@ -4,4 +4,5 @@ decorator>=4.1.2 requests simplejson homoglyphs -whois \ No newline at end of file +whois +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file