CycloneDX/sbom-utility

TODO: Change Formulation and ModelCard schemas to use pointers

開放

#79 建立於 2024年4月1日

 (2 則留言) (0 個反應) (0 位負責人)Go (20 個分叉)auto 404
enhancementgood first issuehelp wanted

倉庫指標

星標
 (155 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南