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