mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Shared: Apply ShowProvenance in InlineFlowTest.qll
This commit is contained in:
@@ -7,6 +7,7 @@ import csharp
|
||||
private import codeql.dataflow.test.InlineFlowTest
|
||||
private import semmle.code.csharp.dataflow.internal.DataFlowImplSpecific
|
||||
private import semmle.code.csharp.dataflow.internal.TaintTrackingImplSpecific
|
||||
private import semmle.code.csharp.dataflow.internal.ExternalFlow as ExternalFlow
|
||||
private import internal.InlineExpectationsTestImpl
|
||||
|
||||
private module FlowTestImpl implements InputSig<Location, CsharpDataFlow> {
|
||||
@@ -33,6 +34,8 @@ private module FlowTestImpl implements InputSig<Location, CsharpDataFlow> {
|
||||
) and
|
||||
exists(sink)
|
||||
}
|
||||
|
||||
predicate interpretModelForTest = ExternalFlow::interpretModelForTest/2;
|
||||
}
|
||||
|
||||
import InlineFlowTestMake<Location, CsharpDataFlow, CsharpTaintTracking, Impl, FlowTestImpl>
|
||||
|
||||
Reference in New Issue
Block a user