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

Extend `EvidenceOccurrence`

mcombuechen opened this issue · comments

Type EvidenceOccurrence has been extended with new properties in spec 1.6.

  • lineNumber
  • offset
  • symbol
  • additionalContext

Resources:

When adding these new properties to type EvidenceOccurrence, consider the conversion code for components in convert.go to achieve backwards compatibility with spec versions < v1.6.

Implemented in #159