mirror of
https://github.com/github/codeql.git
synced 2026-04-12 02:24:00 +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.