Detected usage of dangerous method METHODwhichdoesnotescapeinputs(seelinkinreferences).Iftheargumentisuser−controlled,thiscanleadtoSQLinjection.WhenusingMETHOD function, do not trust user-submitted data and only allow approved list of input (possibly, use an allowlist approach). Likelihood: HIGH Confidence: HIGH CWE: - CWE-89: Improper Neutralization of Special Elements used in an SQL Command (‘SQL Injection’)
OWASP: - A01:2017 - Injection
- A03:2021 - Injection