From f666261adb152e26440b6a879158625ef80cce56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Mar 2024 04:00:15 +0000 Subject: [PATCH] fix: attack/http-protocol/http-request-header-field-names.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 - https://snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413 --- attack/http-protocol/http-request-header-field-names.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/attack/http-protocol/http-request-header-field-names.txt b/attack/http-protocol/http-request-header-field-names.txt index 36e6c657..d502fab5 100644 --- a/attack/http-protocol/http-request-header-field-names.txt +++ b/attack/http-protocol/http-request-header-field-names.txt @@ -39,4 +39,6 @@ Front-End-Https X-Http-Method-Override X-ATT-DeviceId X-Wap-Profile -Proxy-Connection \ No newline at end of file +Proxy-Connection +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file