From 587a82c2d71ef7f04c43485a8e5dd9d7e15576f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Mar 2021 05:28:48 +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-RSA-1038401 --- Backend/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 39e5f36..30b73d3 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 +rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file