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

Convert `OrganizationalEntity` to legacy spec versions #174

Closed mcombuechen closed 1 month ago

mcombuechen commented 1 month ago

In #173, a new type PostalAddress is being added to the OrganizationalEntity type. Organizational entities are being referenced in many locations of the spec and must all be handled individually when converting to a spec version lower than 1.6.

nscuro commented 1 month ago

Implemented in #176