Files
codeql/ql/test/query-tests
Harry Maclean 615beeec80 Identify more vulnerable ActiveRecord methods
This change identifies the following patterns:

- `Model.select(input)`
- `Model.reselect(input)`
- `Model.rewhere(input)`
- `Model.update_all(input)`
- `model.reload(lock: input)`
2021-09-29 11:47:07 +01:00
..
2021-09-14 11:53:53 +02:00
2021-04-21 10:42:53 +01:00
2021-05-06 19:54:23 +01:00