Secure Coding-Practice
These checklist defines a set of general software security coding practices, that can be integrated into the software development lifecycle. Implementation of these practices will mitigate most common software vulnerabilities.
- Access Control
- Authentication and Password Management
- Error handling and logging
- Input Validation
- Session Management
- General Practice
These are based on OWASP