Skip to content

Commit fc56843

Browse files
author
Alvaro Muñoz
committed
improve predicate QLdoc
1 parent 7e0e56d commit fc56843

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,8 +1163,9 @@ private module StdlibPrivate {
11631163
API::Node subprocess() { result = API::moduleImport("subprocess") }
11641164

11651165
/**
1166-
* A call to `subprocess.Popen` or helper functions (call, check_call, check_output, run)
1166+
* A call to `subprocess.Popen` or helper functions (call, check_call, check_output, run, getoutput, getstatusoutput)
11671167
* See https://docs.python.org/3.8/library/subprocess.html#subprocess.Popen
1168+
* ref: https://docs.python.org/3/library/subprocess.html#legacy-shell-invocation-functions
11681169
*/
11691170
private class SubprocessPopenCall extends SystemCommandExecution::Range, DataFlow::CallCfgNode {
11701171
SubprocessPopenCall() {

0 commit comments

Comments
 (0)