We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f834768 commit a499919Copy full SHA for a499919
shared/dataflow/codeql/dataflow/DataFlow.qll
@@ -206,7 +206,9 @@ signature module InputSig {
206
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos);
207
208
/**
209
- * Holds if there is a simple local flow step from `node1` to `node2`.
+ * Holds if there is a simple local flow step from `node1` to `node2`. This
210
+ * is the local flow predicate that's used as a building block in global
211
+ * data flow. It may have less flow than the `localFlowStep` predicate.
212
*/
213
predicate simpleLocalFlowStep(Node node1, Node node2);
214
0 commit comments