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 4ea6e22 commit 7e4b742Copy full SHA for 7e4b742
2 files changed
docs/release-notes.md
@@ -2,6 +2,16 @@
2
toc_depth: 2
3
---
4
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
15
## 0.49.0 (October 28, 2025)
16
17
#### Added
starlette/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.49.0"
+__version__ = "0.49.1"
0 commit comments