mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Dataflow: Fix qltest.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user