From dde97275326c9d63c435e39c7f4f30d3329d99c0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 10:45:37 +0000 Subject: [PATCH] fix: machine-learning/malaria-classification/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 --- machine-learning/malaria-classification/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machine-learning/malaria-classification/requirements.txt b/machine-learning/malaria-classification/requirements.txt index a27d0356..f97fcb16 100644 --- a/machine-learning/malaria-classification/requirements.txt +++ b/machine-learning/malaria-classification/requirements.txt @@ -2,4 +2,5 @@ tensorflow sklearn numpy matplotlib -opencv-python \ No newline at end of file +opencv-python +protobuf>=6.33.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file