From ffac9a701725d5abc3e51546f54a0b28681b142e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 19:59:02 +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-URLLIB3-7267250 --- .../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..f8f1605ae6 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 +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability