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 f230020 commit dc90943Copy full SHA for dc90943
CHANGES.rst
@@ -3,7 +3,10 @@
3
Version 2.3.8
4
-------------
5
6
-Unreleased
+Released 2023-11-08
7
+
8
+- Fix slow multipart parsing for large parts potentially enabling DoS
9
+ attacks. :cwe:`CWE-407`
10
11
12
Version 2.3.7
src/werkzeug/__init__.py
@@ -3,4 +3,4 @@
from .wrappers import Request as Request
from .wrappers import Response as Response
-__version__ = "2.3.7.dev"
+__version__ = "2.3.8"
0 commit comments