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

Extend `EvidenceOccurrence` #156

Closed mcombuechen closed 1 month ago

mcombuechen commented 1 month ago

Type EvidenceOccurrence has been extended with new properties in spec 1.6.

Resources:

When adding these new properties to type EvidenceOccurrence, consider the conversion code for components in convert.go to achieve backwards compatibility with spec versions < v1.6.

nscuro commented 1 month ago

Implemented in #159