From eb708767185e1fc6492827a69da903306c619eb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Aug 2024 01:02:21 +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-AIOHTTP-7675597 --- 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..169e19f3 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 +aiohttp>=3.10.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file