CVE-2026-18420: Osd Config Schema Separate Custom Rulescve-2026-18420-osd-config-schema-separate-custom-rules
Registering separate custom schema validation rules on the same schema object overwrites earlier validation rules, allowing input validation bypass. Combine minLength, maxLength, and custom validation checks into a single custom rule handler.