guibranco / gstraccini-bot

Audit required: SQL query might be vulnerable to injection attacks PHP-A1002
Security
Critical
12 days ago12 days old
Database queries should not be vulnerable to injection attacks
 52        default:
 53            $response = new \stdCLass();
 54            $response->statusCode = -2;
 55            $response->error = "Invalid method: {$method}"; 56            break;
 57    }
 58