You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When outputting data in JSON format, we need to remove all empty nested structs. We have done this for the license command. This reduces JSON output for downstream processing.
The text was updated successfully, but these errors were encountered:
mrutkows
changed the title
Add custom Marshallers for CycloneDX vulnerability data structures
Add custom JSON Marshallers functions for CycloneDX vulnerability data structures
May 18, 2023
When outputting data in JSON format, we need to remove all empty nested structs. We have done this for the
license
command. This reduces JSON output for downstream processing.See this issue for more background: #18
See what was done for the license command here as part of the fix for issue 18: https://github.com/CycloneDX/sbom-utility/blob/custom-cmds/schema/cyclonedx_marshal.go
The text was updated successfully, but these errors were encountered: