Skip to content

Commit 155c146

Browse files
authored
Merge branch 'main' into tiferet/boost-xss-through-dom
2 parents 352d1a7 + 8af2138 commit 155c146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/meta/analysis-quality/CallGraph.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ from DataFlowCall c, DataFlowCallableValue f
1616
where
1717
c.getCallable() = f and
1818
not c.getLocation().getFile() instanceof IgnoredFile and
19-
not f.getLocation().getFile() instanceof IgnoredFile
19+
not f.getScope().getLocation().getFile() instanceof IgnoredFile
2020
select c, "Call to $@", f.getScope(), f.toString()

0 commit comments

Comments
 (0)