CycloneDX/sbom-utility

Add support for displaying/validating CDX Signature schema (struct)

开放

#27 创建于 2023年5月19日

 (0 条评论) (1 个反应) (0 位负责人)Go (20 个派生)auto 404
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.)

贡献者指南