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

fix(1.6): convert occurrences of OrganizationalEntity #176

Closed mcombuechen closed 1 month ago

mcombuechen commented 1 month ago

This adds func convertOrganizationalEntity() and targets occurences of OrganizationalEntity during spec conversion. This is an addendum to CycloneDX/cyclonedx-go#173.

Closes CycloneDX/cyclonedx-go#174.