VOOZH about

URL: https://thenewstack.io/veracode-how-third-party-code-impacts-software-security/

⇱ Veracode: How Third-Party Code Impacts Software Security - 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
2022-12-20 10:00:52
Veracode: How Third-Party Code Impacts Software Security
contributed,
Security / Software Development

Veracode: How Third-Party Code Impacts Software Security

In its State of Software Security, Veracode learned that most applications are either composed almost entirely of third-party code or almost entirely of code created in-house.
Dec 20th, 2022 10:00am by Chris Eng
👁 Featued image for: Veracode: How Third-Party Code Impacts Software Security
Image via Pixabay.

If it seems like each new day carries with it yet another announcement that threat actors have successfully launched cyberattacks using the vulnerabilities found in open source code — think Log4Shell — it’s not just your imagination.

The reality is that enterprises and governments are increasingly recognizing the challenges that open source can create if not managed correctly by software developers. As that awareness spreads, we can expect to see more companies and organizations trying to get ahead of those vulnerabilities in any number of ways.

But even as organizations make much-needed changes in how they handle open source code, it’s vitally important to understand how that third-party code impacts software development. By using open source code, developers gain access to innovation that’s been built upon by every developer who has contributed over time.

That sense of community is a considerable draw, as hundreds or even thousands of developers can contribute ideas for enhancing features, functionality and even security. Most importantly, leveraging open source reduces up-front costs and enables the business to innovate faster.

These benefits continue to drive adoption of open source, despite the negative attention generated by Log4Shell and other attacks. Indeed, according to the Open Source Initiative, use of open source across all organization sizes and industries increased 77% in the past year — with 37% saying they significantly increased the use of open source.

Nevertheless, a survey of 700 software developers and experts shows that security is a vital issue, with 57% saying that security is the most common challenge that application development teams face when building with open source. Likewise, 30% say security is also the most urgent challenge they face.

Our research featured in State of Software Security v12 likewise shows that open source is a key issue for organizations of all sizes and industries. As such, it’s worth delving into how challenges with open source are impacting developers and software development as a whole.

The Risks of Open Source Code

There are plenty of benefits to leveraging open source code in software development, making it well-liked universally by developers. That said, it’s also worth understanding its risks. Here’s what we know:

  • Organizations generally do not keep an accurate, up-to-date inventory of all the open source code they are using. If they don’t know what code is in their software, how can they expect to know what needs patching?
  • While development teams can benefit from using code that’s been contributed to by a community of developers, they don’t always consider that those contributions might contain vulnerabilities — despite the fact that applications built with open-source code contain an average of seven vulnerabilities. Even more concerning, 44% have critical vulnerabilities that can lead to major breaches.
  • Third-party libraries are seen as a potential attack vector because many developers inadvertently skip updating libraries once code is written and in play. In fact, 79% of the time, developers never update third-party libraries after including them in a codebase. Not surprisingly, developers are looking to get code created as quickly and painlessly as possible and then move on to the next project, so there’s not a great deal of incentive to update libraries for code that’s already shipped. And that’s where the security risks lurk. The majority of today’s code originates from third-party libraries, but the vulnerabilities discovered in those libraries are widely ignored. Nevertheless, open source software libraries aren’t going anywhere. In fact, it’s estimated that more than 90% of code today may originate from open source libraries — a number that’s expected to continue growing.

How Developer Habits Have Changed

In the latest State of Software Security, we looked at historical data to determine the amount of code that’s third-party versus homegrown, and we learned that most applications are either composed almost entirely of third-party code or almost entirely of code created in-house.

SoSS v12 (page 21) shows that developers tend to use tried-and-tested libraries and rarely attempt to refactor their code base to assess the latest contributions. Nevertheless, developers now face changes that should be made to the process based on the Biden Administration’s Executive Order (EO) on Improving the Nation’s Cybersecurity, which outlines measures meant to improve the security of the software supply chain.

While the Executive Order specifically addresses software used by the federal government, there is no question that it will trickle down into the private sector sooner rather than later. The EO calls for rigorous mechanisms to ensure the security and integrity of the software supply chain, especially for critical software. Specifically, government agencies are now being asked for a Software Bill of Materials (SBOM), an inventory of all components and software dependencies involved in an application, open source included.

And while there’s no question that the recommendations and requirements laid out in the EO are desperately needed, developers can’t just snap their fingers and adhere to those changes without understanding what is required, their responsibilities, and how to ensure they’re in compliance.

Reducing Risk

Resources like our Veracode Security Labs help developers better understand how to fix flaws when they occur, as well as how to avoid creating new problems in the future. This training platform provides developers with hands-on experience both exploiting and fixing common vulnerabilities using real-life applications in a variety of programming languages.

As it turns out, experiential learning works! Our analysis showed that developers who have completed at least one of these lessons fixed flaws faster than developers who had no training. Specifically, organizations who use Veracode Security Labs training fix flaws about two months faster on average, a 35% reduction in remediation time.

Veracode’s Continuous Software Security Platform has been enhanced to further help developers reduce risk associated with open source code and meet new regulations for securing software supply chains. The platform now features an SBOM API in SCA (Software Composition Analysis), enabling developers to generate an SBOM in CycloneDX JSON format — one of the approved formats for compliance noted within the EO.

Veracode’s SBOM API provides an inventory of components in an application, with insight into relationships between components and identifying which are from third-party sources. Veracode’s SCA then offers remediation guidance and helps manage license risk.

Leveraging the SBOM API helps developers understand more about the “ingredients” that make up their applications to confirm that the code they are using, including open source code, is free from vulnerabilities.

As organizations and developers continue to utilize third-party code, there’s no question that we’ll continue to see cyberattacks that are made possible by vulnerabilities found in that code. No company wants to be the next cyberattack victim, but all companies are at risk of becoming so. Savvy organizations that understand the importance of third-party code must work with developers today to ensure they understand the potential dangers and how to mitigate them.

TRENDING STORIES
Chris Eng is Chief Research Officer at Veracode. A founding member of the Veracode team, he is responsible for all research initiatives including applied research and product security, as well as advising on product strategy and M&A. Chris is a...
Read more from Chris Eng
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.