Secure Software Development Framework and Build/Deploy CI/CD Steps

Achieving Build and Deploy Tasks of the Secure Software Development Framework

The Secure Software Development Framework, developed by the National Institute of Standards and Technology (NIST), provides a comprehensive approach to ensuring security across the software development process, from initial design through deployment and maintenance. The framework outlines key practices and guidelines that organizations can implement to secure their software development lifecycle (SDLC), with a particular emphasis on integrating security into automated processes. This chapter focuses specifically on DevSecOps tooling and practices related to Build and Deploy actions of the CI/CD pipeline to achieve:

Prepare the Organization (PO) Organizations should ensure that their people, processes, and technology are prepared to perform secure software development at the organization level. Many organizations will find some PO practices to also be applicable to subsets of their software development, like individual development groups or projects.
Protect the Software (PS) Organizations should protect all components of their software from tampering and unauthorized access.
Produce Well-Secured Software (PW) Organizations should produce well-secured software with minimal security vulnerabilities in its releases.
Respond to Vulnerabilities (RV) Organizations should identify residual vulnerabilities in their software releases and respond appropriately to address those vulnerabilities and prevent similar ones from occurring in the future.


Protect the Organization (PO)

Protect the Organization (PO) CI/CD Steps

Protect the Software (PS)

Protect the Software (PS) CI/CD Steps

Produce Well-Secured Software (PW)

Produce Well-Secured Software (PW) CI/CD Steps

Respond to Vulnerabilities (RV)

Respond to Vulnerabilities (RV) CI/CD Steps

Last modified March 19, 2025