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 86da3c2 commit e367832Copy full SHA for e367832
ruby/ql/lib/codeql/ruby/dataflow/FlowSummary.qll
@@ -6,7 +6,9 @@ private import internal.FlowSummaryImpl as Impl
6
private import internal.DataFlowDispatch
7
8
// import all instances below
9
-private module Summaries { }
+private module Summaries {
10
+ private import codeql.ruby.Frameworks
11
+}
12
13
class SummaryComponent = Impl::Public::SummaryComponent;
14
0 commit comments