File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/ql/src/semmle/javascript/dataflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -359,11 +359,11 @@ abstract class AdditionalSink extends DataFlow::Node {
359359 *
360360 * This contributes additional argument-passing flow edges that should be added to all data flow configurations.
361361 */
362- cached abstract class AdditionalPartialInvokeNode extends DataFlow:: InvokeNode {
362+ abstract class AdditionalPartialInvokeNode extends DataFlow:: InvokeNode {
363363 /**
364364 * Holds if `argument` is passed as argument `index` to the function in `callback`.
365365 */
366- cached abstract predicate isPartialArgument ( DataFlow:: Node callback , DataFlow:: Node argument , int index ) ;
366+ abstract predicate isPartialArgument ( DataFlow:: Node callback , DataFlow:: Node argument , int index ) ;
367367}
368368
369369/**
You can’t perform that action at this time.
0 commit comments