Add QLdoc for RemoteUserInputToArgumentToExecFlow

This commit is contained in:
Ed Minnix
2023-03-29 11:04:03 -04:00
parent a3c1d08a59
commit 744f2653f0

View File

@@ -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>;