From 213ef3065498b599fdca01e94b5181e9b85e3e3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 09:24:38 +0000 Subject: [PATCH] fix: days/97-99-online-game-api/demo_app/client/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 --- days/97-99-online-game-api/demo_app/client/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/days/97-99-online-game-api/demo_app/client/requirements.txt b/days/97-99-online-game-api/demo_app/client/requirements.txt index d713059a..29e1f97c 100644 --- a/days/97-99-online-game-api/demo_app/client/requirements.txt +++ b/days/97-99-online-game-api/demo_app/client/requirements.txt @@ -1 +1,2 @@ -uplink \ No newline at end of file +uplink +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file