mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Add QLdoc for RemoteUserInputToArgumentToExecFlow
This commit is contained in:
@@ -51,6 +51,9 @@ module RemoteUserInputToArgumentToExecFlowConfig implements DataFlow::ConfigSig
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Taint-tracking flow for unvalidated user input that is used to run an external process.
|
||||
*/
|
||||
module RemoteUserInputToArgumentToExecFlow =
|
||||
TaintTracking::Global<RemoteUserInputToArgumentToExecFlowConfig>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user