From ac1987f264affb145437b75fafb01d706b1a2f41 Mon Sep 17 00:00:00 2001 From: Ben Rodes Date: Thu, 5 Feb 2026 15:44:44 -0500 Subject: [PATCH] Update python/ql/lib/change-notes/2025-09-30-azure_ssrf_models.md Co-authored-by: Owen Mansel-Chan <62447351+owen-mc@users.noreply.github.com> --- python/ql/lib/change-notes/2025-09-30-azure_ssrf_models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/ql/lib/change-notes/2025-09-30-azure_ssrf_models.md b/python/ql/lib/change-notes/2025-09-30-azure_ssrf_models.md index 573d5ea109d..283b703a438 100644 --- a/python/ql/lib/change-notes/2025-09-30-azure_ssrf_models.md +++ b/python/ql/lib/change-notes/2025-09-30-azure_ssrf_models.md @@ -1,5 +1,5 @@ --- category: minorAnalysis --- -* Added `ssrf` MaD for the azure SDK -* Added MaD `ssrf` to `Http::Client::Request` \ No newline at end of file +* Added request forgery sink models for the Azure SDK. +* Made it so that models-as-data sinks with the kind `request-forgery` contribute to the class `Http::Client::Request` which represents HTTP client requests. \ No newline at end of file