Update change-note wording

Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2024-12-19 14:08:23 +01:00
committed by GitHub
parent 2b3fc9b36c
commit a9704d8de0

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
* Added modeling of `fastapi.Request`, which will improve taint-flow for users of FastAPI.
* Added modeling of `fastapi.Request` and `starlette.requests.Request` as sources of untrusted input,
and modeling of tainted data flow out of these request objects.