Skip to content

Commit 7aec22c

Browse files
committed
Ruby: rack - remove MIME modelling
1 parent 75ccbe5 commit 7aec22c

File tree

5 files changed

+5
-1323
lines changed

5 files changed

+5
-1323
lines changed

ruby/ql/lib/codeql/ruby/frameworks/Rack.qll

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
*/
88
module Rack {
99
import rack.internal.App
10-
import rack.internal.Mime
11-
import rack.internal.Response::Public as Response
10+
import rack.internal.Response::Public as Response
1211

13-
/** DEPRECATED: Alias for App::AppCandidate */
14-
deprecated class AppCandidate = App::AppCandidate;
12+
/** DEPRECATED: Alias for App::AppCandidate */
13+
deprecated class AppCandidate = App::AppCandidate;
1514
}

0 commit comments

Comments
 (0)