|
| 1 | +### Welcome to the Secure Coding Practices Quick Reference Guide Project |
| 2 | + |
| 3 | +The Secure Coding Practices Quick Reference Guide is a technology agnostic set |
| 4 | +of general software security coding practices, in a comprehensive checklist |
| 5 | +format, that can be integrated into the development life-cycle. |
| 6 | + |
| 7 | +The focus is on secure coding requirements, rather then on vulnerabilities and |
| 8 | +exploits. It includes an introduction to Software Security Principles and a |
| 9 | +glossary of key terms. |
| 10 | + |
| 11 | +It is designed to serve as a secure coding kick-start tool and easy reference, |
| 12 | +to help development teams quickly understand secure coding practices. |
| 13 | + |
| 14 | +### Sections of the Guide |
| 15 | + |
| 16 | +* Table of contents |
| 17 | +* Introduction |
| 18 | +* Software Security Principles Overview |
| 19 | +* Secure Coding Practices Checklist |
| 20 | +* Links to useful resources |
| 21 | +* Glossary of important terminology |
| 22 | + |
| 23 | +----- |
| 24 | + |
| 25 | +#### Feedback and Participation |
| 26 | + |
| 27 | +We hope you find the OWASP Secure Coding Practices Quick Reference Guide Project |
| 28 | +useful. Please contribute to the Project by sending your comments, questions, |
| 29 | +and suggestions to [Keith Turpin][keith] and [Jon Gadsden][jon]. |
| 30 | + |
| 31 | +#### Related Projects |
| 32 | + |
| 33 | +* [Go programming language secure coding practices guide][owaspgoscp], based on the OWASP |
| 34 | + Secure Coding Practices |
| 35 | + |
| 36 | +[keith]: mailto:Keith.Turpin@owasp.org |
| 37 | +[jon]: mailto:jon.gadsden@owasp.org |
| 38 | +[owaspgoscp]: https://owasp.org/www-project-go-secure-coding-practices-guide/ |
| 39 | + |
0 commit comments