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.1.1 The application has defenses against HTTP parameter pollution attacks
      • 5.1.2 Frameworks protect against mass parameter assignment attacks
      • 5.1.3 All input is validated using positive validation
      • 5.1.4 Structured data is strongly typed and validatied against a defined schema
      • 5.1.5 URL redirect and forwards only allow whitelisted destinations
    • 5.2 Sanitization and Sandboxing Requirements
    • 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.1 Input Validation Requirements

5.1 Input Validation RequirementsΒΆ

Browse by item:

  • 5.1.1 The application has defenses against HTTP parameter pollution attacks
  • 5.1.2 Frameworks protect against mass parameter assignment attacks
  • 5.1.3 All input is validated using positive validation
  • 5.1.4 Structured data is strongly typed and validatied against a defined schema
  • 5.1.5 URL redirect and forwards only allow whitelisted destinations
Next Previous

© Copyright 2019 Wessel van der Linden Revision 63d1bede.

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