CycloneDX / cyclonedx-go

Go library to consume and produce CycloneDX Software Bill of Materials (SBOM)

Home Page:https://cyclonedx.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert `OrganizationalEntity` to legacy spec versions

mcombuechen opened this issue · comments

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.

Implemented in #176