savoirfairelinux / meta-cyclonedx

A Yocto meta-layer for generating CycloneDX SBOMs
Other
4 stars 1 forks source link

Update timestamp to be RFC3339 sec. 5.6 compliant #2

Closed Jasper-Ben closed 3 months ago

Jasper-Ben commented 3 months ago

CycloneDX's JSON schema uses the predefined date-time format which according to the JSON schema docs corresponds to RFC3339 sec. 5.6, which is a subset of ISO8601.

Thus, a valid SBOM does NOT support all forms of ISO8601 date formats.

loulou123546 commented 3 months ago

Good catch, approved