Skip to content

Commit 7e4b742

Browse files
authored
Version 0.49.1 (#3047)
1 parent 4ea6e22 commit 7e4b742

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
toc_depth: 2
33
---
44

5+
## 0.49.1 (October 28, 2025)
6+
7+
This release fixes a security vulnerability in the parsing logic of the `Range` header in `FileResponse`.
8+
9+
You can view the full security advisory: [GHSA-7f5h-v6xp-fcq8](https://github.com/Kludex/starlette/security/advisories/GHSA-7f5h-v6xp-fcq8)
10+
11+
#### Fixed
12+
13+
* Optimize the HTTP ranges parsing logic [4ea6e22b489ec388d6004cfbca52dd5b147127c5](https://github.com/Kludex/starlette/commit/4ea6e22b489ec388d6004cfbca52dd5b147127c5)
14+
515
## 0.49.0 (October 28, 2025)
616

717
#### Added

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.49.0"
1+
__version__ = "0.49.1"

0 commit comments

Comments
 (0)