Dataflow: Fix qltest.

This commit is contained in:
Anders Schack-Mulligen
2020-06-17 17:23:35 +02:00
parent cedfaf6aaf
commit 74eab3cbc0
5 changed files with 37 additions and 1 deletions

View File

@@ -6,5 +6,5 @@ import semmle.code.java.dataflow.internal.DataFlowImplSpecific::Private
from Node n1, Content f, Node n2
where
read(n1, f, n2) or
argumentValueFlowsThrough(n1, TContentSome(f), n2, _, _)
getterStep(n1, f, n2)
select n1, n2, f