Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
requests==2.27.1
urllib3==1.26.8
waitress==2.1.1
Werkzeug==2.0.1
Werkzeug==2.0.0

Check failure

Code scanning / Semgrep PRO

Semgrep Finding: ssc-85213838-a173-c112-262d-7d10fe3c911c Error

Affected versions of Werkzeug are vulnerable to Cross-Site Request Forgery (CSRF). Exploitation requires the attacker to guess a URL in the developer's application that will trigger the debugger AND requires the attacker to get the developer to interact with a domain and subdomain they control, and enter the debugger PIN.

Check failure

Code scanning / Semgrep PRO

Semgrep Finding: ssc-f42e08bd-b8c5-452a-9e3d-1af07c540ac6 Error

Werkzeug versions before 2.2.3 are vulnerable to denial of service via uncontrolled resource consumption due to werkzeug's multipart form data parser not having a limit for number of parts. A request made to an endpoint utilizing accesses request.data, request.form, request.files, or request.get_data(parse_form_data=False) can cause unexpectedly high resource usage. Upgrade to werkzeug version 2.2.3.

Check warning

Code scanning / Semgrep PRO

Semgrep Finding: ssc-7042d4b4-9651-42bb-a31b-23a054554fca Warning

Affected versions of werkzeug are vulnerable to Uncontrolled Resource Consumption / Out-Of-Bounds Write. An attacker can execute a Denial of Service (DoS) attack by sending crafted multipart data to an endpoint that parses it. The excessive CPU time and RAM required can hinder worker processes, leading to exhaustion or termination with many concurrent requests.
Loading