Type URI: https://spdx.dev/Document
Version: 2.3
TODO: Ask SPDX project to choose a URI and to review this spec. Ideally the URI would resolve to this file. Also, decide whether we want the version number to reflect the spdxVersion (e.g. 2.2) or have them be independent (no version number in URI).
A Software Bill of Materials type following the SPDX Specification.
This allows to represent an "exportable" or "published" software artifact. It can also be used as an entry point for other types of in-toto attestation when performing policy decisions.
The in-toto attestation framework and a SPDX generation tool.
This is a predicate type that fits within the larger Attestation framework.
The schema of this predicate type is documented in the SPDX Specification.
The parsing rules for this predicate type are documented in the SPDX Specification.
The fields that make up this predicate type are documented in the SPDX specification.
The predicate
contains a JSON-encoded SPDX document.
The subject
contains whatever software artifacts are to be associated with
this SPDX document.
{
// Standard attestation fields:
"_type": "https://in-toto.io/Statement/v0.1",
"subject": [{ ... }],
// Predicate:
"predicateType": "https://spdx.dev/Document/v2.3",
"predicate": {
"SPDXID" : "SPDXRef-DOCUMENT",
"spdxVersion" : "SPDX-2.3",
...
}
}
- Added version to predicateType