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 dfcdb4a commit e300440Copy full SHA for e300440
go/ql/lib/semmle/go/dataflow/ExternalFlow.qll
@@ -82,14 +82,6 @@ private import internal.AccessPathSyntax
82
private import FlowSummary
83
private import codeql.mad.ModelValidation as SharedModelVal
84
85
-/**
86
- * A module importing the frameworks that provide external flow data,
87
- * ensuring that they are visible to the taint tracking / data flow library.
88
- */
89
-private module Frameworks {
90
- private import semmle.go.frameworks.Stdlib
91
-}
92
-
93
/** Holds if a source model exists for the given parameters. */
94
predicate sourceModel = Extensions::sourceModel/9;
95
0 commit comments