CycloneDX / cyclonedx-property-taxonomy

A taxonomy of all official CycloneDX property namespaces and names
https://cyclonedx.github.io/cyclonedx-property-taxonomy/
Apache License 2.0
14 stars 29 forks source link

add property `cdx:reproducible` #70

Closed jkowalleck closed 1 year ago

jkowalleck commented 1 year ago

Purpose: flag a SBOM document or parts of it as reproducible. reproducible SBOMs usually omit time-and random-based information, and might render elements in a reproducible order.

some implementations that can generate “reproducible” BOMs, by omitting time- and random-based values, ordering elements, and so on already exist.

caused by https://github.com/CycloneDX/cyclonedx-property-taxonomy/pull/69#issuecomment-1667631922

jkowalleck commented 1 year ago

@stevespringett could I get your opinion on this proposed property?