Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2023-07-06 15:03:29 +02:00
parent a0dfbfd96f
commit 30cf213372

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed modeling of `aiohttp.ClientSession` so we properly handle `async with` uses. This can impact results of server-side request forgery queries (`py/full-ssrf`, `py/partial-ssrf`).