From ade133b57faa3097c463cd9fc17829595d071a3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jul 2024 23:19:14 +0000 Subject: [PATCH] fix: HTTP-Reversed-Shell/req.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- HTTP-Reversed-Shell/req.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HTTP-Reversed-Shell/req.txt b/HTTP-Reversed-Shell/req.txt index 3a0b8b8b..a2b5033e 100644 --- a/HTTP-Reversed-Shell/req.txt +++ b/HTTP-Reversed-Shell/req.txt @@ -1,4 +1,5 @@ requests pyautogui ip2geotools -pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file