-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
The CycloneDX schema file:
/Users/Matt_1/Projects/CycloneDX/sbom-utility/schema/cyclonedx_formulation.go
defines all the structures used for "formulation" which was added in v1.5; however, these structs should be updated to use pointers to structs in all cases to improve performance during JSON Marshal (decoding).
The same should be done for the added ModelCard data (as part of the Component type):
/Users/Matt_1/Projects/CycloneDX/sbom-utility/schema/cyclonedx_modelcard.go
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed