File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
csharp/ql/test/library-tests
frameworks/EntityFramework Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
import shared.FlowSummaries
2
2
import semmle.code.csharp.dataflow.internal.ExternalFlow
3
- import External
4
3
5
4
final private class NeutralCallableFinal = NeutralCallable ;
6
5
@@ -18,4 +17,4 @@ class RelevantSinkCallable extends SinkCallable {
18
17
19
18
import TestSummaryOutput< IncludeSummarizedCallable >
20
19
import TestNeutralOutput< RelevantNeutralCallable >
21
- import TestSourceSinkOutput< RelevantSourceCallable , RelevantSinkCallable >
20
+ import External :: TestSourceSinkOutput< RelevantSourceCallable , RelevantSinkCallable >
Original file line number Diff line number Diff line change @@ -3,12 +3,10 @@ import shared.FlowSummaries
3
3
import semmle.code.csharp.frameworks.EntityFramework:: EntityFramework
4
4
import semmle.code.csharp.dataflow.internal.ExternalFlow as ExternalFlow
5
5
6
- module TestSummaryInput implements TestSummaryInputSig {
7
- class RelevantSummarizedCallable extends IncludeSummarizedCallable instanceof EFSummarizedCallable
8
- { }
6
+ class RelevantSummarizedCallable extends IncludeSummarizedCallable instanceof EFSummarizedCallable {
9
7
}
10
8
11
- import TestSummaryOutput< TestSummaryInput >
9
+ import TestSummaryOutput< RelevantSummarizedCallable >
12
10
13
11
query predicate sourceNode ( DataFlow:: Node node , string kind ) {
14
12
ExternalFlow:: sourceNode ( node , kind )
You can’t perform that action at this time.
0 commit comments