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 cebd241 commit 4177832Copy full SHA for 4177832
javascript/ql/lib/semmle/javascript/dataflow/Sources.qll
@@ -147,7 +147,7 @@ class SourceNode extends DataFlow::Node {
147
*/
148
DataFlow::CallNode getAChainedMethodCall(string methodName) {
149
// the direct call to `getAMethodCall` is needed in case the base is not a `DataFlow::CallNode`.
150
- result = [getAMethodCall*().getAMethodCall(methodName), getAMethodCall(methodName)]
+ result = [getAMethodCall+().getAMethodCall(methodName), getAMethodCall(methodName)]
151
}
152
153
/**
0 commit comments