Skip to content

Commit 1e150ae

Browse files
committed
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-10742466
1 parent 5ee66a4 commit 1e150ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

HTTP-Reversed-Shell/req.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
requests
22
pyautogui
33
ip2geotools
4-
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
4+
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
5+
aiohttp>=3.12.14 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)