AntiPattern
Sanitization Bypass & Misuse
sanitization-bypass-misuse
Untrusted text handling fails because developers either bypass framework encoding, implement sanitizers that escape content then re-emit it, or store raw user text without sanitizing—leading to XSS risk, privacy/secret leakage, and broken downstream integrity/signature checks.