From 5d175b1077da7957bcab9bb69d4b8ed46a17db42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 May 2024 09:31:05 +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-REQUESTS-6928867 --- .../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..cdd3c2ed03 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 +requests>=2.32.0 # not directly required, pinned by Snyk to avoid a vulnerability