Merge pull request #14145 from p-/p--asyncio-cmdi-exec

Python: Support for command injection sinks found in the `asyncio` module
This commit is contained in:
Rasmus Wriedt Larsen
2023-09-07 11:27:50 +02:00
committed by GitHub
3 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Extended the `py/command-line-injection` query with sinks from Python's `asyncio` module.