Application security, or software security, focuses on building software features that are secure. This doesn’t necessarily have anything to do with security features.
To create secure features, we need to manage our software development activities in a security-focused risk management framework, train our developers, and apply the following best practices:
- Perform static code analysis using a security-savvy tool
- Perform threat modeling (sometimes called risk analysis)
- Perform penetration testing
- Perform risk-based security testing
- Use abuse cases
- Integrate security requirements
- Co-operate with operations
When all these activities are nicely integrated into the software development lifecycle, a Security Development Lifecycle (SDL) results. Ideally, the SDL should be informed by an organizational security policy.
See also my posts on Application Security.
Previous: Auditing | Next: Static Analysis Security Testing |
2 thoughts on “AppSec”