Closed
Description
This is an enhancement proposal to the CycloneDX specification to add a requirement that every BOM have a serialNumber
. The serialNumber will be an attribute of the <bom>
element and will be expected to be RFC 4122 complaint.
Example:
<bom xmlns="http://cyclonedx.org/schema/bom/1.0"
serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79"
version="1" >
Every BOM generated must have a unique serial number, even if the contents of the BOM being generated have not changed over time. The process or tool responsible for creating the BOM must create random UUID's for every BOM generated.