diff --git a/docker/requirements.txt b/docker/requirements.txt index 6fe4cc913bc..ebe0394fb87 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,2 +1,3 @@ zaproxy -pyyaml \ No newline at end of file +pyyaml +requests>=2.32.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file