DEV Community

Cover image for Secure by Design: Safe Software Design
Kenta Takeuchi
Kenta Takeuchi

Posted on • Originally published at bmf-tech.com

Secure by Design: Safe Software Design

This article was originally published on bmf-tech.com.

Secure by Design: Safe Software Design is a book I read.

The book discusses an approach to enhancing security through software design.

What is notable is that it centers on DDD as a design approach.

Security is one of the risks that can arise from incorrect domain modeling, and its importance is emphasized.

There is not much discussion on specific methods for addressing vulnerabilities.

  • View security not as a feature to be implemented but as a concern to be addressed
  • By being conscious of design, naturally incorporate security into software

Top comments (0)