From ce7ee9c7c6c79dc032035b096de5d43c04685a81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jul 2024 21:03:26 +0000 Subject: [PATCH] fix: examples/php-xhr/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- examples/php-xhr/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/php-xhr/requirements.txt b/examples/php-xhr/requirements.txt index ba5902e8e2..33a851bc06 100644 --- a/examples/php-xhr/requirements.txt +++ b/examples/php-xhr/requirements.txt @@ -1,3 +1,4 @@ flask werkzeug -flask-cors \ No newline at end of file +flask-cors +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file