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.3 Output encoding and Injection Prevention Requirements
5.4 Memory, String, and Unmanaged Code Requirements
5.5 Deserialization Prevention Requirements
5.5.1 Serialized objects use integrity checks or are encrypted
5.5.2 XML parsers are restricted to use the most restrictive configuration possible
5.5.3 Deserialization of untrusted data is avoided or protected
5.5.4 JSON parsing in JavaScript is done by using JSON.parse
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.5 Deserialization Prevention Requirements
5.5 Deserialization Prevention Requirements
ΒΆ
Browse by item:
5.5.1 Serialized objects use integrity checks or are encrypted
5.5.2 XML parsers are restricted to use the most restrictive configuration possible
5.5.3 Deserialization of untrusted data is avoided or protected
5.5.4 JSON parsing in JavaScript is done by using JSON.parse