Americas

  • United States

Asia

Oceania

Jon Gold
Senior Writer

Enterprises embrace devsecops practices against supply chain attacks

News
Sep 30, 20223 mins
DevSecOpsDevelopment ApproachesSupply Chain

Healthy developer-team culture and adherence to devsecops best practices to protect against supply chain attacks are surprisingly commonplace in todayโ€™s security environment, according to a report from Google Cloud's DORA research program.

teamwork / developers / programmers / collaboration / conversation, discussion, gesturing

For enterprise security professionals alarmed about the rising number of supply chain attacks, a report released this week by Google Cloudโ€™s DORA (devops reseach and assessment) program has good news: Devsecops best practices are becoming more and more common.

The recent prevalence of supply chain attacksโ€”most notably the SolarWinds attack, which affected numerous large companies in 2021โ€”has brought the topic into  prominence. The report, though, found that many supply chain security practices recommended by the major frameworks are already in place among software developers, based on an ongoing โ€œsnowballโ€ survey of 33,000 such developers over the past eight years.

There are two major frameworks for addressing software supply chain development issues, which are those that stem from the complex nature of modern software developmentโ€”many projects include open source components, licensed libraries, and contributions from numerous developers and various third parties.

Two major security frameworks aim at supply chain attacks

One major security framework is Supply-chain Levels for Software Artifacts, a Google-backed standard, and the other is the NISTโ€™s Secure Software Development Framework. Both enumerate a number of best practices for software development, including two-person review of software changes, protected source code platforms, and dependency tracking.

โ€œThe interesting thing is that a lot of these practices, according to the survey, are actually relatively established,โ€ said John Speed Meyers, a security data scientist at supply-chain security firm Chainguard and one of the reportโ€™s contributing writers. โ€œA lot of the practices in there, 50% of the respondents said that they were established.โ€

The most common of those practices, according to Google user experience researcher Todd Kuleszaโ€”another author of the reportโ€”is CI/CD (continuous integration/continuous development), which is a method of rapidly delivering applications and updates by leveraging automation at different stages of development.

โ€œItโ€™s one of the key enablers for supply chain security,โ€ he said.  โ€œItโ€™s a backstop โ€“ [developers] know that the same vulnerability scanners, et centera, are all going to be run against all their code.โ€

Moreover, the report found that a healthier culture in software development teams was a predictor of fewer security incidents and better software delivery. Higher-trust culturesโ€”where developers felt comfortable reporting problems and confident that their reports would bring actionโ€”were much more likely to produce more secure software and retain good developers.

โ€œSometimes, cultural arguments can feel really fluffy,โ€ said Speed Meyers. โ€œWhat is nice about some of these โ€ฆ culture ideas is that they actually lead to concrete standards and practices.โ€

Kulesza echoed that emphasis on high-trust, collaborative culture in software working groups, which the report refers to as โ€œgenerativeโ€ culture, as opposed to rules-based โ€œbureaucraticโ€ or power-focused cultures. He said that practices like after-action reports for development incidents and preset standards for work led to better outcomes across the board.

โ€œOne way to think about this is that if there is a security vulnerability that an engineer realizes has made it into production, you donโ€™t want to be in an organization where that engineer worries about bringing that problem to light,โ€ he said.