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