This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "Web Services Cheat Sheet"
From OWASP
(Created page with "= Introduction = == Transport Confidentiality == == Transport Authentication == == Transport Encoding == == Message Authentication == == Message Integrity == == Message Confiden...") |
m (moved Web Service Cheat Sheet to Web Services Cheat Sheet) |
(No difference)
| |
Revision as of 15:45, 13 August 2011
- 1 Introduction
- 1.1 Transport Confidentiality
- 1.2 Transport Authentication
- 1.3 Transport Encoding
- 1.4 Message Authentication
- 1.5 Message Integrity
- 1.6 Message Confidentiality
- 1.7 Authorization
- 1.8 Schema Validation
- 1.9 Content Validation
- 1.10 Output Encoding
- 1.11 Virus Protection
- 1.12 Message Size
- 1.13 Message Throughput
- 1.14 Identity, key, cert, provisioning
- 1.15 Endpoint Security Profile
- 1.16 Audit Logging
- 1.17 Software Engineering Assurance
- 1.18 XML Denial of Service Protection
- 1.19 Testing