From 5af8232346cfa5779d90b04555a94804c5fa91ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Jul 2024 17:04:03 +0000 Subject: [PATCH] fix: samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- .../cookiecutter-aws-sam-hello-golang/requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt b/samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt index b10c8d1048..9d36890ad6 100644 --- a/samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt +++ b/samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt @@ -2,3 +2,4 @@ cookiecutter==1.6.0 flake8==3.5.0 pytest==3.3.2 pytest-cookies==0.3.0 +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability