Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c3e21e8

Browse files
committed
C#: Move NegativeSummary.qll to the internal folder.
1 parent 37976d5 commit c3e21e8

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

csharp/ql/lib/semmle/code/csharp/dataflow/NegativeSummary.qll renamed to csharp/ql/lib/semmle/code/csharp/dataflow/internal/NegativeSummary.qll

File renamed without changes.

csharp/ql/src/Telemetry/UnsupportedExternalAPIs.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
private import csharp
1010
private import semmle.code.csharp.dispatch.Dispatch
1111
private import semmle.code.csharp.dataflow.internal.FlowSummaryImpl as FlowSummaryImpl
12-
private import semmle.code.csharp.dataflow.NegativeSummary
12+
private import semmle.code.csharp.dataflow.internal.NegativeSummary
1313
private import ExternalApi
1414

1515
private predicate getRelevantUsages(ExternalApi api, int usages) {

csharp/ql/test/library-tests/dataflow/external-models/negativesummaries.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
import csharp
66
import semmle.code.csharp.dataflow.ExternalFlow
7-
import semmle.code.csharp.dataflow.NegativeSummary
7+
import semmle.code.csharp.dataflow.internal.NegativeSummary
88
import CsvValidation

csharp/ql/test/shared/FlowSummaries.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
private import semmle.code.csharp.dataflow.internal.DataFlowPrivate
22
import semmle.code.csharp.dataflow.FlowSummary
3-
import semmle.code.csharp.dataflow.NegativeSummary
43
import semmle.code.csharp.dataflow.internal.FlowSummaryImpl::Private::TestOutput
4+
import semmle.code.csharp.dataflow.internal.NegativeSummary
55

66
abstract class IncludeSummarizedCallable extends RelevantSummarizedCallable {
77
IncludeSummarizedCallable() {

0 commit comments

Comments
 (0)