VOOZH about

URL: https://thenewstack.io/where-are-you-on-the-devsecops-maturity-curve/

⇱ Where Are You on the DevSecOps Maturity Curve? - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2021-07-20 12:51:36
Where Are You on the DevSecOps Maturity Curve?
contributed,
DevOps / Security / Software Development

Where Are You on the DevSecOps Maturity Curve?

DevSecOps adoption is increasing, with 47% of organizations having already begun integrating security into DevOps processes. However, as an emerging approach requiring a significant cultural shift away from age-old IT silos, there is immense potential for further adoption and maturity of DevSecOps programs.
Jul 20th, 2021 12:51pm by Wei Li
👁 Featued image for: Where Are You on the DevSecOps Maturity Curve?
Feature image via Pixabay.
Wei Li
Wei Li is a Product Marketing Manager who specializes in application performance monitoring, network monitoring and application security technologies. At Cisco AppDynamics, she helps bring leading-edge innovations to customers, providing them with powerful, end-to-end observability and protection across their hybrid cloud environments. Wei received an MBA from the Haas School of Business at the University of California, Berkeley.

Today, digital businesses must innovate with ever-increasing speed — in large part brought on by the impact of COVID-19 — while also mitigating an unprecedented rise in malicious security threats.

One study found that even as 90% of IT leaders surveyed said they experienced an increase in cyberattacks due to the pandemic, an even greater number — 93% — said they were forced to delay key security projects in order to manage the transition to remote work. Great news for cybercriminals, not so great for everyone else.

The ability to quickly identify and mitigate security risks is now essential to protecting an organization’s assets and sensitive data. To defend your business from growing cybersecurity threats such as data breaches, malware, denial of service (DDoS) attacks, and viruses, security has to be built into the application development lifecycle from the very beginning.

Application security is no longer optional; it has become an absolute necessity. And that’s exactly why DevOps alone just won’t cut it anymore.

While the DevOps movement to improve collaboration between development and operations teams has established modern application development and delivery norms, this approach has largely neglected cybersecurity. Fortunately, secure DevOps programs, or “DevSecOps,” have emerged as an approach to integrate security into every phase of the application lifecycle — from development to production runtime.

In this article, we’ll explore what DevSecOps is, the three stages of DevSecOps maturity, and how teams can benefit by moving to a DevSecOps approach.

DevOps vs. DevSecOps: What’s the Difference?

An emerging approach to software development, DevSecOps — also known as secure DevOps or rugged DevOps — integrates and automates security processes and controls throughout the entire application development lifecycle.

Just three letters separate DevOps and DevSecOps, but there are some critical differences between these two approaches to application delivery that significantly impact IT and business efficiency.

DevOps focuses on collaboration between application teams throughout the app development and deployment process, with development and operations teams working together to implement shared KPIs and tools. By placing a great deal of focus on optimizing the speed of delivery, however, DevOps teams don’t always prioritize the prevention of security threats along the way. This can lead to the accrual of vulnerabilities that can jeopardize the application, end-user data, and proprietary company assets.

Enter DevSecOps.

DevSecOps evolved from DevOps as development teams began to realize that the DevOps model didn’t adequately address security concerns. Instead of retrofitting security into the build, DevSecOps ensures that apps are secure against cyberattacks before being delivered to the user — and are continuously secure during app updates.

DevSecOps involves all the same practices as DevOps — like CI/CD and microservices — but also includes security practices like common weaknesses enumeration (CWE), threat modeling, automated security testing, and incident management. By developing code with security in mind, DevSecOps solves security issues that DevOps doesn’t even try to address. With DevOps and security teams working in tandem, organizations can deliver secure applications faster, be more proactive in fixing code vulnerabilities, and better defend against attacks.

State of DevSecOps Adoption

DevSecOps adoption is increasing, with 47% of organizations having already begun integrating security into DevOps processes. However, as an emerging approach requiring a significant cultural shift away from age-old IT silos, there is immense potential for further adoption and maturity of DevSecOps programs.

Research by Enterprise Strategy Group (ESG) found that organizations fall into one of three stages of DevSecOps maturity — with only 20% of organizations considered to be in the most mature tier:

  • Stage 1: Siloed (40% of organizations)

Those organizations with the least mature approach to DevSecOps are those that are still working in silos. Members of the cybersecurity team typically do not participate in project teams by attending daily scrums, and cybersecurity user stories are not often authored nor prioritized for future sprints.

  • Stage 2: Converging (40% of organizations)

Organizations who have started to integrate security into DevOps are in the process of converging their teams, processes, and technologies. These businesses will have implemented some DevSecOps use cases, perhaps pre-deployment vulnerability scanning and remediation or automation of the introduction of runtime controls.

  • Stage 3: Collaborating (20% of organizations)

Stage 3 organizations are those that have the most mature secure DevOps programs and thus enjoy the most benefits across collaboration, security, time-to-production, and revenue dimensions. However, these organizations often need to further scale with respect to the implementation of DevSecOps practices.

Benefits of a Mature DevSecOps Program

Most obviously, DevSecOps improves an organization’s security posture. As the pace at which development teams must deliver new code to production has increased, traditional approaches to cybersecurity have failed to keep up. With DevSecOps, code and configurations are automatically hardened, while runtime issues are similarly automatically detected and remediated. As a result, IT teams with a more mature approach to DevSecOps report superior security metrics.

And while organizations fear that incorporating security may introduce waterfall-like delays, the opposite has actually proven to be true. ESG’s research reveals that 78% of those with a more mature approach to DevSecOps report that code deployment has actually accelerated.

According to ESG’s research, IT teams with the most mature DevSecOps practices also rate the functionality and reliability of their code considerably higher. Considering 84% of IT leaders say their teams are under pressure to write and push code to production at an accelerating pace, that’s a really big deal.

And it’s not just IT that benefits from DecSecOps, either. DevSecOps maturity is strongly correlated with improved collaboration across teams which, in turn, helps project teams meet timelines, solve bottlenecks, and improve business outcomes. Like agile software development and microservices-based architectures, DevSecOps initiatives support the time-to-market and revenue objectives of today’s enterprises.

Getting Started with DevSecOps Technology

The benefits of DevSecOps are attractive, but knowing where to start is one of the biggest barriers to change. When beginning to modernize your approach to application security, consider leveraging DevSecOps tools that combine application and security monitoring.

Application-first security tools allow your team to automate security and consolidate critical data at the early stages of development — when the stakes are highest. It also allows teams to clearly see how vulnerabilities and incidents may impact the business, enabling them to strategically prioritize resources and responses.

With a solution that integrates security and application performance monitoring, IT teams can stay informed about security weaknesses by continually monitoring vulnerabilities, as well as reduce mean time to detection (MTTD) by blocking cyberattacks in real-time. By uniting application and security teams, DevSecOps tools also enable organizations to streamline efficiency and strengthen their security posture.

Giving Security a Seat at the Table

It’s crucial for businesses to adapt to the increased number of cyberattacks that threaten to compromise the security of applications every day. According to a recent report from Gartner, 80% of businesses that fail to shift to a modern security approach will face both increased operating costs and a lower response to attacks by 2023. Organizations can’t afford to leave security as an afterthought, which is why it’s important to start integrating DevSecOps practices into application development now.

By bringing development, operations, and security teams together to embrace a DevSecOps approach, organizations can not only improve their security posture — but also accelerate the pace of innovation and enhance business outcomes. Implementing a mature approach to DevSecOps takes time, but the sooner your organization gets started, the sooner you can reap the benefits and ensure your organization is prepared to respond to growing security threats.

Looking for more research insights on the state of DevSecOps? Download the full research report from ESG, The Benefits of a Mature DevSecOps Program.

TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.