From f71bacba1780df96c95fbb03cf8ec9141be7762c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Aug 2024 07:54:30 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-7675597 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07b9a8b..1d1c94c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,5 @@ pymongo python-registry virustotal-api yara-python -git+https://github.com/smarnach/pyexiftool.git#egg=pyexiftool \ No newline at end of file +git+https://github.com/smarnach/pyexiftool.git#egg=pyexiftool +aiohttp>=3.10.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file