VOOZH about

URL: https://thenewstack.io/dont-shift-security-left-integrate-it-everywhere/

⇱ Don’t Shift Security Left; Integrate It Everywhere - 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
2023-10-24 06:53:41
Don’t Shift Security Left; Integrate It Everywhere
sponsor-vmware,sponsored-post-contributed,
DevOps / Security

Don’t Shift Security Left; Integrate It Everywhere

Security must be considered an integrated and continuous component of the app development and delivery process.
Oct 24th, 2023 6:53am by James Sanders
👁 Featued image for: Don’t Shift Security Left; Integrate It Everywhere
Image from GaudiLab on Shutterstock.
VMware Tanzu sponsored this post.

Software development as a discipline is inherently heuristic. This makes it occasionally susceptible to social and management organization trends.

Practices such as DevOps, agile and test-driven development have permeated across startups and enterprises — as have other technical advancements —  including cloud native computing, event-driven architectures and full-stack observability. These practices are intended to increase software reliability and reduce toil on developers, though achieving this comes with trade-offs.

Security is a perennial consideration, and maintaining a proscribed enterprise security posture can be at odds with creating a frictionless application development and delivery process. However, it doesn’t have to be this way. Security must be considered an integrated and continuous component of the app development and delivery process.

In a recent conversation with VMware, our team at CCS Insight explored the idea of shifting security left and why it often fails. As enterprise organizations embrace modern app dev practices, they must foster an environment that reduces friction in the application development and delivery process.

Trusted by enterprises and loved by developers, VMware Tanzu is built for platform and data teams who want to accelerate agentic software delivery and AI-ready data. Tanzu provides a pre-engineered, agentic app platform and an AI-ready data intelligence platform that helps enterprises build, run, manage and safeguard agents, their integrations and data so you can capitalize on AI at scale. 
Learn More
The latest from VMware Tanzu
Hear more from our sponsor

Insecure Code Precedes Secure Code (and It Should)

Issues in software typically fall into one of two categories: functionality or security. For net-new applications, developing features and eliminating bugs takes precedence over making those features secure. Understandably, most organizations incentivize measurable milestones like feature development at the expense of invisible attributes (such as the absence of vulnerabilities). The issue is role-based: Developers are fundamentally not security people; the development workflow is a poor fit for security validation and verification.

To draw a parallel, writing code is functionally identical to writing prose — maxims that apply to the former are applicable to the latter. As a representative example:

“Bad writing precedes good writing. This is an infallible rule, so don’t waste time trying to avoid bad writing. (That just slows down the process.) Anything committed to paper can be changed. The idea is to start, and then go from there.”Janet Hulstrand

Burdening software developers with the task of producing code that is secure from the start is as much a folly as burdening writers with producing prose that is good in the first draft. In the same way that bad writing can be fixed through revision and editing, insecure code can be made secure through testing, revision and validation — software development, like writing, is an iterative process. This is best achieved by testing code early in the development process to find vulnerabilities and reduce toil on programmers by patching these vulnerabilities early in the process, rather than requiring major rewrites or significant design changes nearer the end of a project. Likewise, limiting the scope of net-new projects to a targeted set of objectives — otherwise known as a minimum viable product — aids in reducing surprises after shipping.

Shifting Security Left Requires Collaboration and Motivation

Writing code is only one aspect of application development, even if it is the primary criteria by which individual programmers are evaluated today. Effectively shifting left for security requires consideration for people management and workload management. Adding responsibilities for security testing without allotting time for those responsibilities to be carried out will result in minimal effort put forth. Developers will perceive it as “not their job” if there is neither benefit nor evaluation for this (or, practically any) task.

Shifting security left is not a simple matter of moving responsibilities from operations teams to development teams. It is about making it so developers can write secure code without interrupting their flow. Investing in automation, including validated common platforms that support golden paths, not only fosters a shift-left security culture, it can reduce duplicated efforts in application life cycle management.

This motion also requires some level of upskilling, as developers might not be aware of the full catalog of services in any one cloud, or the best practices or security posture for implementing a particular service on a given cloud platform. Collaboration with platform engineering about available options is likewise beneficial. Among cloud practitioners in CCS Insight’s IT Infrastructure & Software Survey for Financial Services & Insurance, security was cited as the most influential factor in determining where workloads should be placed.

Practical Considerations for Continuous, Integrated Security

Deploying an application is as much of an assessment of that software as it is an assessment of the underlying environment in which an application runs. Creating, testing and validating an environment using Infrastructure as Code (IaC) tools, which can be shared across teams and reused in development and production systems, can significantly reduce the amount of toil developers contend with on each project, eliminating the need to reinvent and retest environments for each platform, environment or workload.

Integrating automation into development platforms is a shortcut to this, providing automated remediation, preconfigured templates, container image builders and image signing inside the interfaces developers are already familiar with.

From a programming perspective, modernizing applications is an opportunity to reassess both the security practices and implications of an application, as well as assess the provided functionality and practical use of an application.

For applications written in scripted languages, are there hard dependencies that require outdated/insecure interpreter versions, such as Python 2.7 or PHP 7? Are libraries used in the program up to date, and are those libraries actively maintained? What about the provenance of those libraries? From the package manager to the package maintainer, could you potentially be at risk for a repeat of the left-pad incident?

More generally, is there input validation? Is the application environment end-to-end encrypted, and is that encryption itself implemented sensibly? Is there role-based access control (RBAC), and from where are role definitions and user assignments inherited? How frequently is that source checked for out-of-date entries (former employees)?

In terms of functionality and practical use, has the scope of service that the application was deployed to provide changed? If individual features — and, by implication, data — provided by the app are not needed, refactoring the application to reduce functionality decreases the potential attack surface for adversaries to exploit.

These are all attributes that can be measured using observability tools. While various monitoring tools capture logs, metrics and traces, observability tools by contrast assist practitioners in deriving insights from that collected data. These insights can be used to inform application modernization initiatives or for day-to-day operations professionals to monitor application or system performance.

Making Development Utopia a Reality

Tools and practices exist to improve security posture early in the application development or modernization process. Internal development platforms with pre-built app templates and automated container builds support the shift-left paradigm, while Infrastructure as Code tools create validated common environments for running applications. Platform observability tools and application-level observability provide usage and performance insights. However, while these tools are useful, gaining the greatest value from them requires a mindset shift and a development culture that empowers developers and platform engineers to collaborate on the shared goal of improving security outcomes.

Balancing innovation, security and compliance can be challenging. It requires a holistic and integrated approach. For more perspective on the dynamic cloud native security landscape, download “Navigating the Path to Secure Apps,” a report about challenges and mindsets to consider for your application security strategy.

Trusted by enterprises and loved by developers, VMware Tanzu is built for platform and data teams who want to accelerate agentic software delivery and AI-ready data. Tanzu provides a pre-engineered, agentic app platform and an AI-ready data intelligence platform that helps enterprises build, run, manage and safeguard agents, their integrations and data so you can capitalize on AI at scale. 
Learn More
The latest from VMware Tanzu
Hear more from our sponsor
TRENDING STORIES
James Sanders is principal analyst for cloud and infrastructure at CCS Insight. James focuses on the computing infrastructure that powers enterprise workloads spanning public, hybrid and private cloud platforms. He also researches emerging technologies, such as quantum computing and networks....
Read more from James Sanders
VMware Tanzu sponsored this post.
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Pragma.
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.