INJ-001BLOCKED
SQL Injection - UNION SELECT
' UNION SELECT * FROM users --Classic SQL injection patterns are detected and blocked.
35 tests cover SQL injection, XSS, command injection, and LDAP injection detection.
' UNION SELECT * FROM users --Classic SQL injection patterns are detected and blocked.
<script>alert('xss')</script>Cross-site scripting attempts are blocked before reaching the backend.