From a00c76b66c293bc15e01a9e568d1b0085a1811fc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Feb 2025 21:49:16 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4abc8e9..cd0b3c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ capstone~=4.0.1 keystone~=20.0.0 keystone_engine==0.9.2 lighthouse -pwn==1.0 \ No newline at end of file +pwn==1.0 +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file