CycloneDX/sbom-utility

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

Ouverte

#27 ouverte le 19 mai 2023

 (0 commentaire) (1 réaction) (0 personne assignée)Go (20 forks)auto 404
enhancementhelp wanted

Métriques du dépôt

Stars
 (155 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.)

Guide contributeur