Skip to content

Commit 0d68d88

Browse files
authored
Merge pull request github#11934 from hmac/actioncontroller-filters
2 parents 6b0b73b + c99a096 commit 0d68d88

File tree

12 files changed

+684
-54
lines changed

12 files changed

+684
-54
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ private import codeql.ruby.frameworks.Rails
1414
private import codeql.ruby.frameworks.internal.Rails
1515
private import codeql.ruby.dataflow.internal.DataFlowDispatch
1616

17+
/**
18+
* Provides modeling for ActionController, which is part of the `actionpack` gem.
19+
* Version: 7.0.
20+
*/
21+
module ActionController {
22+
// TODO: move the rest of this file inside this module.
23+
import codeql.ruby.frameworks.actioncontroller.Filters
24+
}
25+
1726
/**
1827
* DEPRECATED: Import `codeql.ruby.frameworks.Rails` and use `Rails::ParamsCall` instead.
1928
*/

0 commit comments

Comments
 (0)