OWASP Annotated Application Security Verification Standard
latest

Browse by chapter:

  • 1 Architecture, Design and Threat Modeling
  • 2 Authentication
  • 3 Session Management
  • 4 Access Control
  • 5 Validation, Sanitization and Encoding
    • 5.1 Input Validation Requirements
    • 5.2 Sanitization and Sandboxing Requirements
      • 5.2.1 All untrusted HTML is properly sanitized
      • 5.2.2 Unstructured data is sanitized to enforce safety measures
      • 5.2.3 User input is sanitized before passing to mail systems
      • 5.2.4 The use of eval() or other dynamic code execution features are avoided
      • 5.2.5 The application protects against template injection attacks
      • 5.2.6 The application protects against SSRF attacks
      • 5.2.7 The application sanitizes, disables, or sandboxes user-supplied SVG scriptable content
      • 5.2.8 The application sanitizes, disables, or sandboxes user-supplied scriptable or expression template language content
    • 5.3 Output encoding and Injection Prevention Requirements
    • 5.4 Memory, String, and Unmanaged Code Requirements
    • 5.5 Deserialization Prevention Requirements
  • 6 Stored Cryptography
  • 7 Error Handling and Logging
  • 8 Data Protection
  • 9 Communications
  • 10 Malicious Code
  • 11 Business Logic
  • 12 Files and Resources
  • 13 API and Web Service
  • 14 Configuration
OWASP Annotated Application Security Verification Standard
  • Docs »
  • 5 Validation, Sanitization and Encoding »
  • 5.2 Sanitization and Sandboxing Requirements

5.2 Sanitization and Sandboxing RequirementsΒΆ

Browse by item:

  • 5.2.1 All untrusted HTML is properly sanitized
  • 5.2.2 Unstructured data is sanitized to enforce safety measures
  • 5.2.3 User input is sanitized before passing to mail systems
  • 5.2.4 The use of eval() or other dynamic code execution features are avoided
  • 5.2.5 The application protects against template injection attacks
  • 5.2.6 The application protects against SSRF attacks
  • 5.2.7 The application sanitizes, disables, or sandboxes user-supplied SVG scriptable content
  • 5.2.8 The application sanitizes, disables, or sandboxes user-supplied scriptable or expression template language content
Next Previous

© Copyright 2019 Wessel van der Linden Revision 63d1bede.

Built with Sphinx using a theme provided by Read the Docs.