Skip to content

Commit 4177832

Browse files
erik-kroghStephan Brandauer
andauthored
Update javascript/ql/lib/semmle/javascript/dataflow/Sources.qll
Co-authored-by: Stephan Brandauer <[email protected]>
1 parent cebd241 commit 4177832

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/lib/semmle/javascript/dataflow

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/dataflow/Sources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class SourceNode extends DataFlow::Node {
147147
*/
148148
DataFlow::CallNode getAChainedMethodCall(string methodName) {
149149
// the direct call to `getAMethodCall` is needed in case the base is not a `DataFlow::CallNode`.
150-
result = [getAMethodCall*().getAMethodCall(methodName), getAMethodCall(methodName)]
150+
result = [getAMethodCall+().getAMethodCall(methodName), getAMethodCall(methodName)]
151151
}
152152

153153
/**

0 commit comments

Comments
 (0)