Skip to content

Commit 54c456d

Browse files
authored
Python: Apply suggestions from code review
1 parent 7aa5d2d commit 54c456d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/ql/lib/semmle/python/frameworks/Stdlib.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4429,6 +4429,11 @@ private module StdlibPrivate {
44294429
}
44304430
}
44314431

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+
*/
44324437
private class CreateSubprocessShell extends SystemCommandExecution::Range,
44334438
FileSystemAccess::Range, API::CallNode
44344439
{

0 commit comments

Comments
 (0)