Skip to content

Commit ce4eff5

Browse files
committed
Release version 3.0.1
1 parent b1916c0 commit ce4eff5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
.. currentmodule:: werkzeug
22

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+
311
Version 3.0.0
412
-------------
513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Werkzeug"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = "The comprehensive WSGI web application library."
55
readme = "README.rst"
66
license = {file = "LICENSE.rst"}

0 commit comments

Comments
 (0)