I read Secure by Design: Safe Software Design.
This book discusses an approach to enhancing security from software design.
What stands out is its focus on Domain-Driven Design (DDD) as a central design approach.
I believe that security is one of the risks that can arise from incorrect domain modeling, and the importance of this is emphasized.
However, it does not delve deeply into specific methods for addressing vulnerabilities.
- Treat security not as a feature to be implemented but as a concern to be addressed.
- By being conscious of design, naturally incorporate security into the software.