Validation, sanitization, and encoding

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Validation, sanitization, and encoding addresses input validation to prevent against vulnerabilities like Cross-Site Scripting (XSS), SQL injection and other attacks.

    This control ensures input validation and output encoding are in place and correctly configured, such as encoding or escaping output data. This category also includes checks for items such as deserialization of objects, sandboxing where needed, and positive validation through allow lists.