]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 3 Feb 2024 12:54:44 +0000 (13:54 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 3 Feb 2024 12:54:44 +0000 (13:54 +0100)
docs/en/docs/release-notes.md

index 91627ef62d3f814b143befc428066b400a3e5a6b..2cbeb74d24dca412f5f36bdb7f3062f2f34cbb76 100644 (file)
@@ -13,6 +13,8 @@ hide:
 
 * ⬆️ Upgrade minimum version of `python-multipart` to `>=0.0.7` to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade `python-multipart`.
 
+Read more in the [advisory: Content-Type Header ReDoS](https://github.com/tiangolo/fastapi/security/advisories/GHSA-qf9m-vfgh-m389).
+
 ### Features
 
 * ✨  Include HTTP 205 in status codes with no body. PR [#10969](https://github.com/tiangolo/fastapi/pull/10969) by [@tiangolo](https://github.com/tiangolo).