You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.)
The text was updated successfully, but these errors were encountered:
mrutkows
changed the title
Add support for displaying/validating CDX Signatire schema (struct)
Add support for displaying/validating CDX Signature schema (struct)
May 19, 2023
i.e., add property
Signature CDXSignature
json:"signature,omitempty"to top-level
CDXBom` 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.)
The text was updated successfully, but these errors were encountered: