Skip to content

Commit

Permalink
Merge branch '2.3.x' into 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Nov 10, 2023
2 parents 48a6560 + 7c45078 commit d30ef25
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ Released 2023-09-30
Version 2.3.8
-------------

Unreleased
Released 2023-11-08

- Fix slow multipart parsing for large parts potentially enabling DoS
attacks. :cwe:`CWE-407`


Version 2.3.7
Expand All @@ -35,8 +38,8 @@ Version 2.3.7
Released 2023-08-14

- Use ``flit_core`` instead of ``setuptools`` as build backend.
- Fix parsing of multipart bodies. :issue:`2734` Adjust index of last newline
in data start. :issue:`2761`
- Fix parsing of multipart bodies. :issue:`2734`
- Adjust index of last newline in data start. :issue:`2761`
- Parsing ints from header values strips spacing first. :issue:`2734`
- Fix empty file streaming when testing. :issue:`2740`
- Clearer error message when URL rule does not start with slash. :pr:`2750`
Expand Down

0 comments on commit d30ef25

Please sign in to comment.