We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf62582 commit c94a01eCopy full SHA for c94a01e
javascript/ql/lib/semmle/javascript/security/dataflow/IndirectCommandInjectionQuery.qll
@@ -26,10 +26,6 @@ module IndirectCommandInjectionConfig implements DataFlow::ConfigSig {
26
predicate isSink(DataFlow::Node sink) { isSinkWithHighlight(sink, _) }
27
28
predicate isBarrier(DataFlow::Node node) { node instanceof Sanitizer }
29
-
30
- predicate isAdditionalFlowStep(DataFlow::Node pred, DataFlow::Node succ) {
31
- argsParseStep(pred, succ)
32
- }
33
}
34
35
/**
0 commit comments