Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b1088 commit cf24fa2Copy full SHA for cf24fa2
1 file changed
javascript/ql/src/semmle/javascript/dataflow/internal/FlowSteps.qll
@@ -141,7 +141,7 @@ private module CachedSteps {
141
)
142
or
143
exists(DataFlow::Node callback, int i, Parameter p |
144
- invk.(DataFlow::AdditionalPartialInvokeNode).isPartialArgument(callback, arg, i) and
+ invk.(DataFlow::PartialInvokeNode).isPartialArgument(callback, arg, i) and
145
partiallyCalls(invk, callback, f) and
146
f.getParameter(i) = p and
147
not p.isRestParameter() and
0 commit comments