CycloneDX / cyclonedx-go

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

feat(1.6): add BOM.Declarations #163

Closed mcombuechen closed 4 months ago

mcombuechen commented 4 months ago

This adds .Declarations to the BOM struct.

Closes #157.

mcombuechen commented 4 months ago

I'm keeping this as a draft for now since it depends on the JSF Signature type from #161, which can potentially be reused here.

Now rebased and updated, will mark as ready for review.

nscuro commented 4 months ago

@mcombuechen Thanks! Could you please resolve the merge conflict whenever you get the time?

mcombuechen commented 4 months ago

@nscuro rebased and conflict free, should be ready for review now.