CycloneDX/sbom-utility
Add support for displaying/validating CDX Signature schema (struct)
開放
#27 建立於 2023年5月19日
enhancementhelp wanted
倉庫指標
- 星標
- (155 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
i.e., add property Signature CDXSignaturejson:"signature,omitempty"to top-levelCDXBom` structure. Then support it with signing verification (validation) with testcases.
This will be a bit of a challenge as we may also need to implement JSF schema:
As referenced by the CycloneDX schema (external).
As we want the utility to work in a network-disconnected environment (e.g., a secure build pipeline), this would have to bring in a static encoding (marshal/unmarshal, etc.)