AntiPattern
Input Validation Semantics Drift
input-validation-semantics-drift
Validation or parsing changes shape the request/form data before handlers and validators see it, causing schema mismatches, incorrect type coercion, or literal/enum mis-modeling that blocks authentication and request signature flows.