Skip to main content

Variable: UserInputOptionsSchema

const UserInputOptionsSchema: Struct<&#123; allowHtml: optional<Boolean>; allowNewlines: optional<Boolean>; maxLength: optional<Int>; trimWhitespace: optional<Boolean>; &#125;>
Defined in: sanitize.ts:62 Schema for user input validation options

Compliance

NIST 800-53 SI-10 (Information Input Validation)