CycloneDX / specification

OWASP CycloneDX is a full-stack Bill of Materials (BOM) standard that provides advanced supply chain capabilities for cyber risk reduction. SBOM, SaaSBOM, HBOM, AI/ML-BOM, CBOM, OBOM, MBOM, VDR, and VEX
https://cyclonedx.org/
Apache License 2.0
338 stars 57 forks source link

fix/harmonize version length #417

Closed jkowalleck closed 3 months ago

jkowalleck commented 3 months ago

Harmonize/fix the version constraints between XML and JSON. as pointed out here https://github.com/CycloneDX/specification/pull/323/files#r1541002916

old:

new:

jkowalleck commented 3 months ago

@prabhu how about this modification?

prabhu commented 3 months ago

Thank you!