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 c1207e0 commit 60f9635Copy full SHA for 60f9635
ruby/ql/lib/codeql/ruby/frameworks/Rack.qll
@@ -4,12 +4,13 @@
4
5
private import codeql.ruby.controlflow.CfgNodes::ExprNodes
6
private import codeql.ruby.DataFlow
7
+private import codeql.ruby.typetracking.TypeTracker
8
9
/**
10
* Provides modeling for the Rack library.
11
*/
12
module Rack {
- import codeql.ruby.typetracking.TypeTracker
13
+
14
15
16
* A class that may be a rack application.
0 commit comments