From b3be7d5243c67625ddae055c644aee4372d28575 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Mar 2025 07:08:51 +0000 Subject: [PATCH] fix: projects/steganography/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 - https://snyk.io/vuln/SNYK-PYTHON-OPENCVPYTHON-5926695 --- projects/steganography/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/steganography/requirements.txt b/projects/steganography/requirements.txt index f9f14654c..9213f9f3e 100644 --- a/projects/steganography/requirements.txt +++ b/projects/steganography/requirements.txt @@ -1,2 +1,2 @@ -numpy==1.21.2 -opencv-python==4.5.3.56 +numpy==1.22.2 +opencv-python==4.8.1.78