Skip to main content

Module serialization

Module serialization 

Source
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§

MergeConfig
Configuration for SBOM merging
TailorConfig
Configuration for SBOM tailoring

Enums§

DeduplicationStrategy
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.