From aa6e81db00740656c42cb47c25e8cfae3ab38028 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 05:03:52 +0000 Subject: [PATCH] fix: helm/hack/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-3164749 - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-7430173 --- helm/hack/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/hack/requirements.txt b/helm/hack/requirements.txt index 91a83073..9c04c84f 100644 --- a/helm/hack/requirements.txt +++ b/helm/hack/requirements.txt @@ -1,2 +1,3 @@ PyYAML==5.4 requests==2.22.0 +certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability