CVE-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.

Provally CuratedPublic repositoryMediumMedium confidenceVerifiedApache-2.0TS
greprules fetch cve-2026-18420-osd-config-schema-separate-custom-rules --engine opengrep

Description

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.