anthonyharrison / lib4sbom

Library to ingest and generate SBOMs
Apache License 2.0
14 stars 10 forks source link

Handle bom-ref as optional parameter #11

Closed anthonyharrison closed 10 months ago

anthonyharrison commented 10 months ago

bom-ref is an optional parameter ina CycloneDX document. The CycloneDX parser doesn't currently recognise this.

Whilst most components should have a bom-ref, if the parser detects a component without one, it will automatically generate one.