From abc3c8b4ac468c7abea2a8daddbac3904f91db0f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Feb 2023 03:53:02 +0000 Subject: [PATCH] fix: OJExec-Python/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319935 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-3319936 --- OJExec-Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 OJExec-Python/requirements.txt diff --git a/OJExec-Python/requirements.txt b/OJExec-Python/requirements.txt old mode 100755 new mode 100644 index cc61fd7..1a723f6 --- a/OJExec-Python/requirements.txt +++ b/OJExec-Python/requirements.txt @@ -44,5 +44,5 @@ toml==0.10.2 tornado==6.1 vine==5.0.0 wcwidth==0.2.5 -Werkzeug==1.0.1 +Werkzeug==2.2.3 wrapt==1.12.1