JS: Remove reference to argsParseStep

This was removed as part of the PR that introduced threat models.
This commit is contained in:
Asger F
2024-11-21 11:29:21 +01:00
parent bf62582f53
commit c94a01e6b6

View File

@@ -26,10 +26,6 @@ module IndirectCommandInjectionConfig implements DataFlow::ConfigSig {
predicate isSink(DataFlow::Node sink) { isSinkWithHighlight(sink, _) }
predicate isBarrier(DataFlow::Node node) { node instanceof Sanitizer }
predicate isAdditionalFlowStep(DataFlow::Node pred, DataFlow::Node succ) {
argsParseStep(pred, succ)
}
}
/**