We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def0f47 commit 37f624eCopy full SHA for 37f624e
csharp/src/library_sources/ExternalAPIsQuery.qll
@@ -9,10 +9,10 @@ private import semmle.code.csharp.dataflow.flowsources.Remote
9
private import semmle.code.csharp.frameworks.System
10
private import semmle.code.csharp.dataflow.FlowSummary
11
// SECLAB: Import CSV utils
12
-private import semmle.code.csharp.dataflow.internal.DataFlowPrivate as DataFlowPrivate
+private import semmle.code.csharp.dataflow.internal.ExternalFlow as ExternalFlow
13
14
// SECLAB: Import Csv::asPartialModel
15
-predicate asPartialModel = DataFlowPrivate::Csv::asPartialModel/1;
+predicate asPartialModel = ExternalFlow::asPartialModel/1;
16
17
/**
18
* A callable that is considered a "safe" external API from a security perspective.
0 commit comments