starlette (0.46.1-3)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/0.46.1-3 tag
- Git: https://salsa.debian.org/python-team/packages/starlette.git
-
- Branch: debian/master
- Path: debian/changelog
- Repo size: 483328
- Browser: https://salsa.debian.org/python-team/packages/starlette
- Last scan: 2025-10-12 12:48:03+00
- Next scan: 2025-10-18 05:28:00+00
- CI pipeline status: success
- Debian changelog in Git:
starlette (0.46.1-3) unstable; urgency=high
[ Yang Wang ]
* Fix CVE-2025-54121: Avoid event loop blocking during multipart file uploads
by writing to disk using thread pool to prevent synchronous blocking when
SpooledTemporaryFile rolls over to disk. (Closes: #1109805)
-- Piotr Ożarowski <piotr@debian.org> Mon, 28 Jul 2025 11:42:53 +0200
- This branch is 1 commit ahead of tag debian/0.46.1-3
- Git log:
commit a6c184cb0f39188a33354dc4db97e9b7fbe0107f
Author: Piotr Ożarowski <piotr@debian.org>
Date: Mon Jul 28 21:01:10 2025 +0200
fix changelog indentation