From 2b3fc9b36c5539fe1ab0d6fca95654ce935a5103 Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Wed, 18 Dec 2024 15:28:29 +0100 Subject: [PATCH] Python: Add change-note --- .../lib/change-notes/2024-12-18-fastapi-request-modeling.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/ql/lib/change-notes/2024-12-18-fastapi-request-modeling.md diff --git a/python/ql/lib/change-notes/2024-12-18-fastapi-request-modeling.md b/python/ql/lib/change-notes/2024-12-18-fastapi-request-modeling.md new file mode 100644 index 000000000000..9cb58098c4a7 --- /dev/null +++ b/python/ql/lib/change-notes/2024-12-18-fastapi-request-modeling.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added modeling of `fastapi.Request`, which will improve taint-flow for users of FastAPI.