mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Java: Adopt shared flow summary library and refactor data-flow nodes.
This commit is contained in:
committed by
Anders Schack-Mulligen
parent
701e815368
commit
fd8f745468
@@ -2,5 +2,7 @@ import semmle.code.java.dataflow.DataFlow
|
||||
import semmle.code.java.dataflow.internal.TaintTrackingUtil
|
||||
|
||||
from DataFlow::Node src, DataFlow::Node sink
|
||||
where localAdditionalTaintStep(src, sink)
|
||||
where
|
||||
localAdditionalTaintStep(src, sink) and
|
||||
src.getLocation().getFile().getExtension() = "java"
|
||||
select src, sink
|
||||
|
||||
Reference in New Issue
Block a user