STP
SBOM Observer/

Standards and Frameworks

Normative references and standards underpinning the content requirements

This section lists the standards and frameworks that form the basis for SBOMs, VEX files, and VDRs submitted under these requirements. The document does not define its own structure, field names, or terminology. Instead, it builds on existing and widely adopted standards, providing guidance on how they should be applied in this context.

Field definitions that are already clearly established in standards such as CycloneDX or SPDX are not repeated here. The focus is on identifying high-level requirements, indicating whether they are required (must) or recommended (should), how they are expected to be used, and why they are relevant for evaluation and processing.

Important note: This site does not reproduce the structure or field definitions of standards like CycloneDX or SPDX. Instead, it references those specifications where applicable. Suppliers must always refer to the official specifications for syntax and structure, and use the examples and rationale provided here to ensure proper representation.

Standards

Two widely used and standardized formats are accepted for expressing software metadata: CycloneDX and SPDX. Both formats are supported and serve as the foundation for the structure and semantics of SBOMs, VEX files, and VDRs.

  • CycloneDX — developed and maintained by the OWASP Foundation. A mature standard with a strong focus on software supply chain security. Well suited for modern DevSecOps workflows. Supports detailed information about component origin, dependency relationships, cryptographic hashes, and metadata relevant for vulnerability management. Standardised as ECMA-424. cyclonedx.org

  • SPDX — developed by the Linux Foundation's SPDX Workgroup. A mature standard originally created to support license compliance, since evolved into a comprehensive model for representing software components, licensing, relationships, and provenance. Widely used in open source compliance workflows. Standardised as ISO/IEC 5962:2021. spdx.dev

Both formats are supported by a growing ecosystem of tools and communities. While they share common goals, they differ in structure and terminology. No single format is mandated. However, all required content listed in the sections for SBOM, VEX and VDR requirements must be included and correctly represented.

Quality frameworks

The following frameworks help inform the interpretation of software transparency, quality, and traceability. While not mandatory, they provide useful context for why certain requirements are included and support a shared understanding between those producing and consuming SBOMs, VEX files, and VDRs.

FrameworkPublisherPurpose
OWASP SCVSOWASPMaturity model for assessing completeness and trust in software component metadata
SLSAOpenSSFProgressive levels for securing the software supply chain, with emphasis on provenance and build integrity
CSAFOASISStructured format for communicating vulnerability status, relevant for VEX and VDR artifacts
NTIA Minimum ElementsU.S. NTIA / CISACore fields required to make SBOMs useful and actionable across systems
CISA Minimum Elements 2025 (draft)U.S. CISAUpdated core fields for SBOMs

The requirements defined on this site take precedence in cases of overlap or conflict with external frameworks.

Tooling references

A wide range of open source SBOM generators is available today. These tools differ in scope, ecosystem coverage, and the formats they support. No single tool is universally suitable for all environments, and many organizations use a combination of tools to achieve complete and reliable coverage.

ToolCategoryPrimary targetsTypical strengthsSBOM formats
Observer CLIMulti-engine SBOM generatorFilesystems, builds, container images, KubernetesUses multiple open-source scanners; supports build-time capture; normalizes output and metadataCycloneDX, SPDX
TrivyScanner / SBOM generatorContainer images, filesystems, KubernetesStrong OS and application package coverage; broad container/K8s support; simple CI/CD integrationCycloneDX, SPDX
SyftSBOM generatorContainer images, filesystems, language ecosystemsDetailed package discovery across many ecosystems; good for host and image SBOMsCycloneDX, SPDX
cdxgenApplication-centric generatorSource repositories, build manifests, application projectsInfers dependencies from code and manifests; well suited for CI/CD integrationCycloneDX
CycloneDX Maven pluginBuild-integrated generatorJava/Maven builds (and analogous plugins for other ecosystems)Generates SBOMs from build metadata tied to specific artifacts and versionsCycloneDX
Microsoft SBOM ToolPlatform-specific generatorWindows/.NET builds, MSBuild, Azure DevOpsNative fit for Windows and .NET; integrates with Microsoft build toolingSPDX, CycloneDX
Build ObserverBuild-time dependency analyzerBuild systems and compilersExtracts dependencies during build; complements SBOM generation in C/C++ or mixed-language applicationsCycloneDX
OSV ScannerVulnerability and dependency scannerSource repositories, manifestsIdentifies dependencies via manifests and checks against OSV databaseCycloneDX, SPDX
OSS Review Toolkit (ORT)Dependency and license analysisSource repositories, package managersComprehensive dependency resolution and license analysisCycloneDX, SPDX

References

ReferenceNotes
CycloneDX v1.6Bill of materials specification
SPDX v2.2.2Bill of materials specification
ECMA-424CycloneDX 1.6 as ECMA standard
ISO/IEC 5962:2021SPDX 2.2.1 as ISO standard
Package URL (types)Package URL specification v1.0.X
CPE v2.3Software identification standard from NIST
SWIDSoftware identification standard from NIST
SPDX License ListStandardized short identifiers
SPDX License ExpressionsLicense expression syntax (normative)

On this page