From fc56843c040e8bf07b089b00a025aae028cea88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Mu=C3=B1oz?= Date: Sat, 3 Dec 2022 16:34:14 +0100 Subject: [PATCH] improve predicate QLdoc --- python/ql/lib/semmle/python/frameworks/Stdlib.qll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/ql/lib/semmle/python/frameworks/Stdlib.qll b/python/ql/lib/semmle/python/frameworks/Stdlib.qll index b334de69ff6..3fce979c147 100644 --- a/python/ql/lib/semmle/python/frameworks/Stdlib.qll +++ b/python/ql/lib/semmle/python/frameworks/Stdlib.qll @@ -1163,8 +1163,9 @@ private module StdlibPrivate { API::Node subprocess() { result = API::moduleImport("subprocess") } /** - * A call to `subprocess.Popen` or helper functions (call, check_call, check_output, run) + * A call to `subprocess.Popen` or helper functions (call, check_call, check_output, run, getoutput, getstatusoutput) * See https://docs.python.org/3.8/library/subprocess.html#subprocess.Popen + * ref: https://docs.python.org/3/library/subprocess.html#legacy-shell-invocation-functions */ private class SubprocessPopenCall extends SystemCommandExecution::Range, DataFlow::CallCfgNode { SubprocessPopenCall() {