CycloneDX / cyclonedx-go

Go library to consume and produce CycloneDX Software Bill of Materials (SBOM)
https://cyclonedx.org/
Apache License 2.0
66 stars 26 forks source link

feat(1.6): extend EvidenceOccurrence #159

Closed mcombuechen closed 1 month ago

mcombuechen commented 1 month ago

This extends type EvidenceOccurrence with additional fields from the 1.6 spec. Logic has been added to the conversion to make sure they don't show up in lower spec versions.

Closes #156.