From d90c07c3761be37584eae00748a0785aa7736bae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 08:37:48 +0000 Subject: [PATCH] fix: apps/cwl_to_slack/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 --- apps/cwl_to_slack/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/cwl_to_slack/requirements.txt b/apps/cwl_to_slack/requirements.txt index d67d47b8..bf812778 100644 --- a/apps/cwl_to_slack/requirements.txt +++ b/apps/cwl_to_slack/requirements.txt @@ -1,2 +1,3 @@ boto3==1.7.13 -requests \ No newline at end of file +requests +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file