mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
extend modelling of ActionController, and start modelling ActionView
This commit is contained in:
@@ -1,32 +1,3 @@
|
||||
actionControllerControllerClasses
|
||||
| ActiveRecordInjection.rb:27:1:58:3 | FooController |
|
||||
| ActiveRecordInjection.rb:60:1:90:3 | BarController |
|
||||
| ActiveRecordInjection.rb:92:1:96:3 | BazController |
|
||||
actionControllerParamsCalls
|
||||
| ActiveRecordInjection.rb:35:30:35:35 | call to params |
|
||||
| ActiveRecordInjection.rb:39:30:39:35 | call to params |
|
||||
| ActiveRecordInjection.rb:43:32:43:37 | call to params |
|
||||
| ActiveRecordInjection.rb:48:21:48:26 | call to params |
|
||||
| ActiveRecordInjection.rb:54:34:54:39 | call to params |
|
||||
| ActiveRecordInjection.rb:56:23:56:28 | call to params |
|
||||
| ActiveRecordInjection.rb:56:38:56:43 | call to params |
|
||||
| ActiveRecordInjection.rb:62:10:62:15 | call to params |
|
||||
| ActiveRecordInjection.rb:72:11:72:16 | call to params |
|
||||
| ActiveRecordInjection.rb:77:12:77:17 | call to params |
|
||||
| ActiveRecordInjection.rb:83:12:83:17 | call to params |
|
||||
| ActiveRecordInjection.rb:88:15:88:20 | call to params |
|
||||
| ActiveRecordInjection.rb:94:22:94:27 | call to params |
|
||||
actionControllerParamsSources
|
||||
| ActiveRecordInjection.rb:35:30:35:35 | call to params |
|
||||
| ActiveRecordInjection.rb:39:30:39:35 | call to params |
|
||||
| ActiveRecordInjection.rb:43:32:43:37 | call to params |
|
||||
| ActiveRecordInjection.rb:48:21:48:26 | call to params |
|
||||
| ActiveRecordInjection.rb:54:34:54:39 | call to params |
|
||||
| ActiveRecordInjection.rb:56:23:56:28 | call to params |
|
||||
| ActiveRecordInjection.rb:56:38:56:43 | call to params |
|
||||
| ActiveRecordInjection.rb:62:10:62:15 | call to params |
|
||||
| ActiveRecordInjection.rb:72:11:72:16 | call to params |
|
||||
| ActiveRecordInjection.rb:77:12:77:17 | call to params |
|
||||
| ActiveRecordInjection.rb:83:12:83:17 | call to params |
|
||||
| ActiveRecordInjection.rb:88:15:88:20 | call to params |
|
||||
| ActiveRecordInjection.rb:94:22:94:27 | call to params |
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
import codeql_ruby.controlflow.CfgNodes
|
||||
import codeql_ruby.frameworks.ActionController
|
||||
|
||||
query predicate actionControllerControllerClasses(ActionControllerControllerClass cls) { any() }
|
||||
|
||||
query predicate actionControllerParamsCalls(ActionControllerParamsCall call) { any() }
|
||||
|
||||
query predicate actionControllerParamsSources(ActionControllerParamsSource source) { any() }
|
||||
query predicate actionControllerControllerClasses(ActionControllerControllerClass cls) { any() }
|
||||
Reference in New Issue
Block a user