From 202e7d0a0c6d8a7ad7de798a7081bb90f810bd87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 May 2025 19:12:51 +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-WERKZEUG-6035177 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- Backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 39e5f36..b83804f 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -8,4 +8,5 @@ google-cloud-storage google-cloud-videointelligence google-cloud-pubsub flask -pytube3 \ No newline at end of file +pytube3 +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file