From 4231186af72d2a07cbc3803a8557d6f889fd800f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Nov 2024 20:20:18 +0000 Subject: [PATCH] fix: 3-Image-Creation-Management-Registry/3.6-Push_an_Image_to_Docker_Hub/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- .../3.6-Push_an_Image_to_Docker_Hub/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3-Image-Creation-Management-Registry/3.6-Push_an_Image_to_Docker_Hub/requirements.txt b/3-Image-Creation-Management-Registry/3.6-Push_an_Image_to_Docker_Hub/requirements.txt index 3afa92b..a92c908 100644 --- a/3-Image-Creation-Management-Registry/3.6-Push_an_Image_to_Docker_Hub/requirements.txt +++ b/3-Image-Creation-Management-Registry/3.6-Push_an_Image_to_Docker_Hub/requirements.txt @@ -1,2 +1,3 @@ -Flask \ No newline at end of file +Flask +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file