Scope: crates/scalpel-prune/src/sbom.rs
Currently only CycloneDX 1.5 is supported. Add SPDX 2.3 JSON output as an alternative format. Spec: https://spdx.github.io/spdx-spec/v2.3/
How to test: Generate SBOM with --format spdx, validate against SPDX schema.
Difficulty: Medium — new serialization format.
Scope:
crates/scalpel-prune/src/sbom.rsCurrently only CycloneDX 1.5 is supported. Add SPDX 2.3 JSON output as an alternative format. Spec: https://spdx.github.io/spdx-spec/v2.3/
How to test: Generate SBOM with
--format spdx, validate against SPDX schema.Difficulty: Medium — new serialization format.