From ff9743797ba70608150ef4b1509248d52442662a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Nov 2024 10:52:31 +0000 Subject: [PATCH] fix: Information-Gathering/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-8383923 --- Information-Gathering/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Information-Gathering/requirements.txt b/Information-Gathering/requirements.txt index ba520849..68fdd3d0 100644 --- a/Information-Gathering/requirements.txt +++ b/Information-Gathering/requirements.txt @@ -3,3 +3,4 @@ whois python-wappalyzer warnings python3-nmap +aiohttp>=3.10.11 # not directly required, pinned by Snyk to avoid a vulnerability