Coverage and concrete signals
For SQL injection, inspect the concrete scope below instead of relying on a category label. Follow input into query construction, record the query location, and verify that the safer example binds parameters instead of interpolating text.
- Focus: Detect untrusted input reaching SQL construction instead of a parameterized query.
- Workflow: Rule ID: RADAR-SEC-SQLI
- Coverage and concrete signals: RADAR-SEC-SQLI, unsafe pattern, safer pattern, Source security
FocusExact file location, rule context, severity, confidence, and remediation guidance.Boundary
Detect untrusted input reaching SQL construction instead of a parameterized query.Follow input into query construction, record the query location, and verify that the safer example binds parameters instead of interpolating text.A constant query or a parameterized query builder can be a false positive; confirm the data flow and exercise the repaired query with hostile input.