As a concept, the Software Bill of Materials (SBOM) isn’t particularly complex: it’s a manifest that identifies the components that make up a particular software artifact.
When we start looking at the practical implementation of SBOMs, however, a lot of complexity is suddenly introduced into the equation. You might be wondering what actually goes into an SBOM, how SBOMs identify components and represent dependency graphs, or what the term “software artifact” even refers to. To help answer these questions and clarify any confusion surrounding SBOMs, we are excited to introduce the Developer’s Guide to SBOMs.
Supplier name |
Component name |
Version of the component |
Cryptographic hash of the component |
Any other unique identifier |
Dependency relationship |
Author of the SBOM data |
SBOMs have been recognized as a necessary component of a secure software supply chain, because it’s impossible to keep vulnerable components away from security-critical applications without understanding the composition (provenance) of those components. Meant to help you better understand why SBOMs matter, the Developer’s Guide to SBOMs has critical information for every audience:
No matter who you are, you’re likely to encounter this topic again very soon. In May 2021, President Joe Biden signed an executive order which directs the United States to “use the purchasing power of the Federal Government to drive the market to build security into all software from the ground up.” As more organizations begin to demand SBOMs from their suppliers (to fulfill the terms of government contracts and comply with new regulatory requirements), a cryptographically-verifiable SBOM describing the provenance of a software artifact will become as important for assessing an artifact’s integrity as the developer’s signature on the final asset itself.
As this guide launches, it contains a high-level explanation of SBOMs—exploring the concepts and standards critical for working with SBOMs—as well as a practical introduction to handling SBOMs through the lens of the tools we’re building here at Codenotary. We hope to expand this guide to become your first stop for everything you need to know to bring SBOMs into your development workflow.
If you have any questions left unanswered by the Developer’s Guide to SBOMs, we hope you’ll discuss your feedback with us on GitHub!