Files
codeql/ql/lib
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-20 23:13:38 +01:00
2021-08-26 18:48:53 -04:00