cyclonedx-python-lib icon indicating copy to clipboard operation
cyclonedx-python-lib copied to clipboard

[TRACKING] Complete support for CycloneDX v1.5

Open madpah opened this issue 1 year ago • 1 comments

see https://github.com/CycloneDX/specification/releases/tag/1.5

The following items are not currently supported for CycloneDX v1.5 (as of release 6.4.x):

  • [x] Missing lifecycles on bom.metadata see #698
  • [ ] Missing modelCard on Component
  • [ ] Missing data on Component
  • [ ] Missing bom-ref attribute on OrganizationalContact
  • [ ] Missing bom-ref attribute on OrganizationalEntity
  • [ ] Missing bom-ref attribute on LicenseExpression
  • [ ] Missing licensing on DisjunctiveLicense
  • [ ] Missing properties on DisjunctiveLicense
  • [ ] Missing bom-ref attribute on DisjunctiveLicense
  • [ ] Missing identity on ComponentEvidence
  • [ ] Missing occurrences on ComponentEvidence
  • [ ] Missing callstack on ComponentEvidence
  • [ ] Missing annotations on Bom
  • [ ] Missing formulation on Bom
  • [x] Bom.metadata.tools missing support for components and services along with deprecation of Tool
    • see #561
    • see https://github.com/CycloneDX/cyclonedx-python-lib/issues/597

madpah avatar Apr 03 '24 13:04 madpah

@madpah, I opened this issue for public contribution

jkowalleck avatar Jun 14 '24 10:06 jkowalleck