From a286bb43fe6a736c5eb97b031ee0a4005810635a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 07:29:08 +0000 Subject: [PATCH] fix: docker/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 --- docker/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 6fe4cc913bc..91930651b70 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,2 +1,3 @@ zaproxy -pyyaml \ No newline at end of file +pyyaml +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file