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 6707e34 commit ac5b9cdCopy full SHA for ac5b9cd
javascript/ql/src/semmle/javascript/dataflow/TaintTracking.qll
@@ -743,7 +743,9 @@ module TaintTracking {
743
}
744
745
pragma[nomagic]
746
- private ControlFlowNode getANodeReachingCaptureRefAux(DataFlow::PropRead read, ControlFlowNode mid) {
+ private ControlFlowNode getANodeReachingCaptureRefAux(
747
+ DataFlow::PropRead read, ControlFlowNode mid
748
+ ) {
749
mid = getANodeReachingCaptureRef(read) and
750
result = mid.getAPredecessor()
751
0 commit comments