From 097a4a12843dc24389eb97232875ccfe0a6ef0a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 04:45:03 +0000 Subject: [PATCH] fix: k8s/ResourceLimitation/app1/app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- k8s/ResourceLimitation/app1/app/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/k8s/ResourceLimitation/app1/app/requirements.txt b/k8s/ResourceLimitation/app1/app/requirements.txt index b9887338..90af9423 100644 --- a/k8s/ResourceLimitation/app1/app/requirements.txt +++ b/k8s/ResourceLimitation/app1/app/requirements.txt @@ -1,3 +1,4 @@ flask flask_restful -psutil \ No newline at end of file +psutil +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file