We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1916c0 commit ce4eff5Copy full SHA for ce4eff5
CHANGES.rst
@@ -1,5 +1,13 @@
1
.. currentmodule:: werkzeug
2
3
+Version 3.0.1
4
+-------------
5
+
6
+Released 2023-10-24
7
8
+- Fix slow multipart parsing for large parts potentially enabling DoS
9
+ attacks. :cwe:`CWE-407`
10
11
Version 3.0.0
12
-------------
13
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "Werkzeug"
-version = "3.0.0"
+version = "3.0.1"
description = "The comprehensive WSGI web application library."
readme = "README.rst"
license = {file = "LICENSE.rst"}
0 commit comments