Expand description
SBOM serialization and transformation.
Operates on raw JSON (serde_json::Value) to inject enrichment data,
filter components, or merge SBOMs — preserving the original format structure.
Structs§
- Merge
Config - Configuration for SBOM merging
- Tailor
Config - Configuration for SBOM tailoring
Enums§
- Deduplication
Strategy - Strategy for deduplicating components during merge
Functions§
- enrich_
sbom_ json - Enrich a raw SBOM JSON with vulnerability and EOL data from the parsed model.
- merge_
sbom_ json - Merge two SBOM JSON documents into one.
- tailor_
sbom_ json - Tailor (filter) an SBOM by removing components that don’t match the criteria.