mirror of
https://github.com/github/codeql.git
synced 2026-04-11 18:14:01 +02:00
`average`, `count`, `maximum`, `minimum` and `sum` are all convenience methods that call `calculate(:<method name>, ...)` under the hood. Therefore they are vulnerable to SQL injection too.