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.
2 parents 5548524 + 4e7f171 commit 7543fa4Copy full SHA for 7543fa4
1 file changed
javascript/ql/src/semmle/javascript/dataflow/Configuration.qll
@@ -359,11 +359,11 @@ abstract class AdditionalSink extends DataFlow::Node {
359
*
360
* This contributes additional argument-passing flow edges that should be added to all data flow configurations.
361
*/
362
-cached abstract class AdditionalPartialInvokeNode extends DataFlow::InvokeNode {
+abstract class AdditionalPartialInvokeNode extends DataFlow::InvokeNode {
363
/**
364
* Holds if `argument` is passed as argument `index` to the function in `callback`.
365
366
- cached abstract predicate isPartialArgument(DataFlow::Node callback, DataFlow::Node argument, int index);
+ abstract predicate isPartialArgument(DataFlow::Node callback, DataFlow::Node argument, int index);
367
}
368
369
0 commit comments