Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4177832

Browse filesBrowse files
erik-kroghkaeluka
andauthored
Update javascript/ql/lib/semmle/javascript/dataflow/Sources.qll
Co-authored-by: Stephan Brandauer <kaeluka@github.com>
1 parent cebd241 commit 4177832
Copy full SHA for 4177832

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: javascript/ql/lib/semmle/javascript/dataflow/Sources.qll
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.