Skip to content

Commit 796a2bc

Browse files
committed
Also use RawNode in AdditionalUseStep
1 parent f541c8b commit 796a2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ module API {
13201320
) and
13211321
t.end() // 't' must be a valid ending point for the above cases (i.e. not inside a content)
13221322
or
1323-
exists(DataFlow::SourceNode mid |
1323+
exists(RawSourceNode mid |
13241324
mid = trackUseNode(nd, promisified, boundArgs, prop, t) and
13251325
AdditionalUseStep::step(mid, result)
13261326
)

0 commit comments

Comments
 (0)