Skip to the content.

Lean Secure Software Delivery

How to make my organization dev-sec-ops ready?

One of the main challenges that organizations are facing is how to protect and secure their business in the current day of ever evolving cyber treats. This post will try to guide navigate the wide security domain by exploring available options and how they can be utilized to make security build into your applications.

Lessons and best practices from years of work across projects, teams and cultures pertaining to Lean secure software delivery. #ShiftLeft #SecureSDLC #DevSecOps

Before State

Security is a after thought and a necessary evil that software delivery teams have to deal with to release software/products.

Current State

Security is integrated into the development life cycle from project initialization so security aspects are planned, implemented, identified and fixed early. Essentially its ingrained into the day to day SDLC of teams. This helps to made teams deliver secure software faster.

How can you get there…

Prerequisites for DevSecOps

The shift to a continuous development, build, deployment and monitoring framework with appropriate security controls and checks embedded into appropriate phase. Building the new workflow with coordination from your development teams, security teams and operation and monitoring teams.

Implementation:

Review your current software delivery workflow and identify the best places to embed appropriate security tools and processes.

The best place to fix a bug is on a developers machine before he commits this code. So this is good option and we should try to best utilize via various security IDE plugins.

At core most delivery pipelines will have some process to build code deploy code to various environments where apps get vetted before moved to higher environments. Identify the lowest environment where security tools can be embedded and how the various issues reported by tools can be triaged, vetted and delivered to the app teams, in most cases it could a development environment where tools can be embedded and setup to create bug tickets for applications.

its important to tune the tools to minimize false positives to minimize noise to app teams or you will need to add a additional triage layer to validate before sending to app teams

Below are various tool categories that can be utilized.

enter image description here

Evaluate and identify the best tools for your stack and delivery stream.

Depending on your technology stack, skills, infrastructure setup identify the best tools that fit your deployment landscape.

Build automation to integrate the tools to your delivery lifestyle on the most left as possible

Most of the popular tools have a lot of integration points with CI/CD tools. its important to invest in building automation to make it simple for new/existing application to get on-boarded.

Onboard your applications

Onboard your application with this tools so the tools are scanning and running with your applications. This will ensure your security tasks and issues are identified and reported to the necessary members and team for action.