Add support for "legacy" and new Tool
structure introduced in CycloneDX v1.5
#91
Labels
help wanted
Extra attention is needed
Tool
structure introduced in CycloneDX v1.5
#91
TODO: figure out how to support both current (object)/legacy(array) tools in Metadata.Tools field. Currently, we use an
interface{}
placeholder in ourstruct
bindings which is NOT ideal for many things we are trying to do with entity hashing, normalization, etc.which are both referenced from:
See: https://stackoverflow.com/questions/47057240/parsing-multiple-json-types-into-the-same-struct
on possible ways to do this efficiently...
The text was updated successfully, but these errors were encountered: