Skip to content

Commit 744f265

Browse files
committed
Add QLdoc for RemoteUserInputToArgumentToExecFlow
1 parent a3c1d08 commit 744f265

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/lib/semmle/code/java/security/CommandLineQuery.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ module RemoteUserInputToArgumentToExecFlowConfig implements DataFlow::ConfigSig
5151
}
5252
}
5353

54+
/**
55+
* Taint-tracking flow for unvalidated user input that is used to run an external process.
56+
*/
5457
module RemoteUserInputToArgumentToExecFlow =
5558
TaintTracking::Global<RemoteUserInputToArgumentToExecFlowConfig>;
5659

0 commit comments

Comments
 (0)