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

Add `BOM.Declarations`

mcombuechen opened this issue · comments

In spec version 1.6, a new slot Declarations was added.

Resources:

Consider setting this to nil in convert.go for spec versions < 1.6.

Implemented in #163