Transcription of Secure Coding Practices - Quick Reference Guide
{{id}} {{{paragraph}}}
November 2010 Version 1 OWASP Secure Coding Practices Quick Reference Guide Copyright and License Copyright 2010 The OWASP Foundation. This document is released under the Creative Commons Attribution ShareAlike license. For any reuse or distribution, you must make clear to others the license terms of this work. November 2010 Version 2 Table of Contents Introduction .. 3 Software Security and Risk Principles Overview .. 4 Secure Coding Practices Checklist .. 5 Input Validation: .. 5 Output Encoding: .. 5 Authentication and Password Management.
Validate all input against a "white" list of allowed characters, whenever possible If any potentially hazardous characters must be allowed as input, be sure that you implement additional controls like output encoding, secure task specific APIs and accounting for the utilization of that data throughout the application .
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}