Type URI: https://cyclonedx.org/bom
Version: 1.4
A Software Bill of Materials type following the CycloneDX standard.
This allows representing "exportable", or "published" software artifacts, services, vulnerability information, and more. For a complete list of capabilities see CycloneDX Capabilities.
The in-toto attestation framework and a CycloneDX BOM generation tool.
This is a predicate type that fits within the larger Attestation framework.
The schema of this predicate type is documented in the CycloneDX Specification.
The parsing rules for this predicate type are documented in the CycloneDX Specification.
The fields that make up this predicate type are documented in the CycloneDX Specification.
The predicate
contains a JSON-encoded CycloneDX BOM.
The subject
contains whatever software artifacts are to be associated with
this CycloneDX BOM document.
{
// Standard attestation fields:
"_type": "https://in-toto.io/Statement/v0.1",
"subject": [{ ... }],
// Predicate:
"predicateType": "https://cyclonedx.org/bom/v1.4",
"predicate": {
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79",
"version": 1,
"components": [
{
"type": "library",
"name": "acme-library",
"version": "1.0.0"
}
]
...
}
}
Not applicable for this initial version.