Skip to content

Commit 8f4228b

Browse files
committed
JS: Ignore RemoteFlowSource case due to bad join ordering
1 parent 102fd11 commit 8f4228b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

javascript/ql/src/meta/analysis-quality/CallGraphQuality.qll

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ class ExternalCall extends RelevantInvoke {
180180
or
181181
step.step(this.getAnArgument(), _)
182182
)
183-
or
184-
// Modelled as remote flow but not found by the above for whatever reason
185-
this instanceof RemoteFlowSource
186183
)
187184
}
188185
}

0 commit comments

Comments
 (0)