string-formatted-query


String-formatted SQL query detected. This could lead to SQL injection if the string is not sanitized properly. Audit this call to ensure the SQL is not manipulable by external data.
Checks
Activity
ControlFlow
Detects
CWE89