Skip to content

Commit b9d487a

Browse files
authored
Merge branch 'main' into protocol-extension
2 parents 7f58a22 + 16049d6 commit b9d487a

File tree

13 files changed

+688
-58
lines changed

13 files changed

+688
-58
lines changed

ql/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)