Java: Adopt shared flow summary library and refactor data-flow nodes.

This commit is contained in:
Tom Hvitved
2021-03-17 13:35:44 +01:00
committed by Anders Schack-Mulligen
parent 701e815368
commit fd8f745468
10 changed files with 1285 additions and 364 deletions

View File

@@ -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