From 89fb595565b345cd0225ac6f3073fe0fd540eb11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Apr 2025 23:56:20 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-UNICORN-9634283 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4abc8e9..05bc403 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 +unicorn>=2.1.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file