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 c3e1592 commit a71e678Copy full SHA for a71e678
go/ql/lib/semmle/go/dataflow/ExternalFlow.qll
@@ -76,11 +76,12 @@
76
77
private import go
78
import internal.ExternalFlowExtensions
79
+private import FlowSummary as FlowSummary
80
private import internal.DataFlowPrivate
81
private import internal.FlowSummaryImpl
82
+private import internal.FlowSummaryImpl::Public
83
private import internal.FlowSummaryImpl::Private
84
private import internal.FlowSummaryImpl::Private::External
-private import internal.FlowSummaryImpl::Public
85
private import codeql.mad.ModelValidation as SharedModelVal
86
87
private predicate relevantPackage(string package) {
0 commit comments