From f3d1bef46b7773119fd6ae3cd250ced71f4ac69d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 May 2025 17:43:09 +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-9964606 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4abc8e9..bafe25f 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>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file