From 20cc2e90f87ad2f2c26466c49087c4bc9b44195b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 09:23:43 +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-ZIPP-7430899 --- .../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..922e108 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 +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file