From 91b8de43bca20b4e94bd2cdc42126882d7c45228 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jun 2025 10:03:43 +0000 Subject: [PATCH] fix: Backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-10364902 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- Backend/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 39e5f36..91b1ca5 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -8,4 +8,6 @@ google-cloud-storage google-cloud-videointelligence google-cloud-pubsub flask -pytube3 \ No newline at end of file +pytube3 +protobuf>=4.25.8 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file