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 efcdb3e commit f32d5e4Copy full SHA for f32d5e4
python/ql/consistency-queries/DataFlowConsistency.ql
@@ -73,7 +73,7 @@ private module Input implements InputSig<PythonDataFlow> {
73
}
74
75
predicate multipleArgumentCallExclude(ArgumentNode arg, DataFlowCall call) {
76
- // since we can have multiple DataFlowCall for a CallNode (for example if can
+ // since we can have multiple DataFlowCall for a CallNode (for example if it can
77
// resolve to multiple functions), but we only make _one_ ArgumentNode for each
78
// argument in the CallNode, we end up violating this consistency check in those
79
// cases. (see `getCallArg` in DataFlowDispatch.qll)
0 commit comments