We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa5d2d commit 54c456dCopy full SHA for 54c456d
python/ql/lib/semmle/python/frameworks/Stdlib.qll
@@ -4429,6 +4429,11 @@ private module StdlibPrivate {
4429
}
4430
4431
4432
+ /**
4433
+ * A call to the `asyncio.create_subprocess_shell` function (also accessible via the `subprocess` module of `asyncio`)
4434
+ *
4435
+ * See https://docs.python.org/3/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
4436
+ */
4437
private class CreateSubprocessShell extends SystemCommandExecution::Range,
4438
FileSystemAccess::Range, API::CallNode
4439
{
0 commit comments