From 43135c0805529a6f80137e4f177555b26ff5b419 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Aug 2024 01:42:26 +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-7675597 --- Information-Gathering/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Information-Gathering/requirements.txt b/Information-Gathering/requirements.txt index ba520849..673fafbd 100644 --- a/Information-Gathering/requirements.txt +++ b/Information-Gathering/requirements.txt @@ -3,3 +3,4 @@ whois python-wappalyzer warnings python3-nmap +aiohttp>=3.10.2 # not directly required, pinned by Snyk to avoid a vulnerability