mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
DataFlow: Add code to do overlay informed dataflow.
This commit is contained in:
committed by
Alexander Eyers-Taylor
parent
82e4fc9f0f
commit
c49e2ab2da
@@ -6,6 +6,7 @@ module;
|
||||
|
||||
private import semmle.code.Location
|
||||
private import codeql.dataflow.DataFlow
|
||||
private import semmle.code.java.Overlay
|
||||
|
||||
module Private {
|
||||
import DataFlowPrivate
|
||||
@@ -29,4 +30,6 @@ module JavaDataFlow implements InputSig<Location> {
|
||||
predicate mayBenefitFromCallContext = Private::mayBenefitFromCallContext/1;
|
||||
|
||||
predicate viableImplInCallContext = Private::viableImplInCallContext/2;
|
||||
|
||||
predicate isEvaluatingInOverlay = isOverlay/0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user