We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10db0d5 commit 3bbe542Copy full SHA for 3bbe542
javascript/ql/src/semmle/javascript/dataflow/Configuration.qll
@@ -712,7 +712,7 @@ predicate higherOrderCall(
712
summary = PathSummary::call()
713
)
714
or
715
- // Forwarding of the callback parameter (but not the argument).
+ // Forwarding of the callback parameter (but not the argument).
716
// We use a return summary since flow moves back towards the call site.
717
// This ensures that an argument that is only tainted in some contexts cannot flow
718
// out to every callback.
0 commit comments