]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 30 Aug 2019 23:59:08 +0000 (18:59 -0500)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 30 Aug 2019 23:59:08 +0000 (18:59 -0500)
docs/release-notes.md

index cc836e1056df316ff7d42e3f948fa8ee65383456..b4359b2ff097fc998f8bd23f2959072563a6cf96 100644 (file)
@@ -1,5 +1,6 @@
 ## Latest changes
 
+* Fix security issue: when returning a sub-class of a response model and using `skip_defaults` it could leak information. PR [#485](https://github.com/tiangolo/fastapi/pull/485) by [@dmontagu](https://github.com/dmontagu).
 * Enable tests for Python 3.8-dev. PR [#465](https://github.com/tiangolo/fastapi/pull/465) by [@Jamim](https://github.com/Jamim).
 * Add support and tests for Pydantic dataclasses in `response_model`. PR [#454](https://github.com/tiangolo/fastapi/pull/454) by [@dconathan](https://github.com/dconathan).
 * Fix typo in OAuth2 JWT tutorial. PR [#447](https://github.com/tiangolo/fastapi/pull/447) by [@pablogamboa](https://github.com/pablogamboa).