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 75ccbe5 commit 7aec22cCopy full SHA for 7aec22c
ruby/ql/lib/codeql/ruby/frameworks/Rack.qll
@@ -7,9 +7,8 @@
7
*/
8
module Rack {
9
import rack.internal.App
10
- import rack.internal.Mime
11
- import rack.internal.Response::Public as Response
+import rack.internal.Response::Public as Response
12
13
- /** DEPRECATED: Alias for App::AppCandidate */
14
- deprecated class AppCandidate = App::AppCandidate;
+/** DEPRECATED: Alias for App::AppCandidate */
+deprecated class AppCandidate = App::AppCandidate;
15
}
0 commit comments