Injection Prevention

35 tests cover SQL injection, XSS, command injection, and LDAP injection detection.

INJ-001BLOCKED

SQL Injection - UNION SELECT

' UNION SELECT * FROM users --

Classic SQL injection patterns are detected and blocked.

INJ-010BLOCKED

XSS - Script injection

<script>alert('xss')</script>

Cross-site scripting attempts are blocked before reaching the backend.