Skip to content

Commit c94a01e

Browse files
committed
JS: Remove reference to argsParseStep
This was removed as part of the PR that introduced threat models.
1 parent bf62582 commit c94a01e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/IndirectCommandInjectionQuery.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ module IndirectCommandInjectionConfig implements DataFlow::ConfigSig {
2626
predicate isSink(DataFlow::Node sink) { isSinkWithHighlight(sink, _) }
2727

2828
predicate isBarrier(DataFlow::Node node) { node instanceof Sanitizer }
29-
30-
predicate isAdditionalFlowStep(DataFlow::Node pred, DataFlow::Node succ) {
31-
argsParseStep(pred, succ)
32-
}
3329
}
3430

3531
/**

0 commit comments

Comments
 (0)