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 9f5c73c commit 9ccfec0Copy full SHA for 9ccfec0
ruby/ql/lib/codeql/ruby/frameworks/ActionDispatch.qll
@@ -8,9 +8,9 @@
8
* Version: 7.1.0.
9
*/
10
module ActionDispatch {
11
- private import actiondispatch.Mime
12
- private import actiondispatch.Request
13
- import actiondispatch.Routing
+ private import actiondispatch.internal.Mime
+ private import actiondispatch.internal.Request
+ import actiondispatch.internal.Routing
14
15
class MimeTypeMatchRegExpInterpretation = Mime::MimeTypeMatchRegExpInterpretation;
16
}
ruby/ql/lib/codeql/ruby/frameworks/actiondispatch/Mime.qll renamed to ruby/ql/lib/codeql/ruby/frameworks/actiondispatch/internal/Mime.qll
ruby/ql/lib/codeql/ruby/frameworks/actiondispatch/Request.qll renamed to ruby/ql/lib/codeql/ruby/frameworks/actiondispatch/internal/Request.qll
ruby/ql/lib/codeql/ruby/frameworks/actiondispatch/Routing.qll renamed to ruby/ql/lib/codeql/ruby/frameworks/actiondispatch/internal/Routing.qll
0 commit comments