From 91c3f0e97ae646c7396ff42f2c267c04ffbc9d6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 06:42:58 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07b9a8b..4ad2daf 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 +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file