Edge Cases

15 tests cover Unicode handling, encoding attacks, and malformed requests.

EDGE-001BLOCKED

URL-encoded path traversal

%2e%2e%2f%2e%2e%2fetc%2fpasswd

URL-encoded traversal patterns are decoded and blocked.

EDGE-005BLOCKED

Unicode normalization attack

Unicode normalization attacks (homoglyph substitution) are detected.

EDGE-010BLOCKED

Null byte injection

/valid.html%00.php

Null byte injection attempts are blocked.