Merge pull request #13676 from RasmusWL/aiohttp-ssrf-sink

Python: Relax restriction of flow through `async with`
This commit is contained in:
Rasmus Wriedt Larsen
2023-07-07 14:55:57 +02:00
committed by GitHub
3 changed files with 41 additions and 27 deletions

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`).