14
0

Accepting request 1066232 from home:david.anes:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1066232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=27
This commit is contained in:
2023-02-16 17:38:11 +00:00
committed by Git OBS Bridge
parent dc4c9d2452
commit e7f3758648
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Feb 16 16:19:51 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 0.92.0:
* Upgrades
- Upgrade Starlette to 0.25.0. This solves a vulnerability that
could allow denial of service attacks by using many small
multipart fields/files (parts), consuming high CPU and memory.
Only applications using forms (e.g. file uploads) could be
affected. For most cases, upgrading won't have any breaking
changes.
-------------------------------------------------------------------
Fri Feb 10 18:09:02 UTC 2023 - David Anes <david.anes@suse.com>