Skip to content

3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jul 21:34
dc7ed76

Changed

  • Core library
    • SerializersGroups will skip unsupported elements silently, instead of forwarding caught exceptions.
      This results in an overall smoother SBoM generation process, just as intended.

Added

  • CLI via composer make-bom
    • Will try to populate metadata of the SBoM result.
  • Core library
    • Added models for spec elements: metadata, tools, tool
    • Added ability to serialize metadata to XML.
    • Added ability to serialize metadata to JSON.

Fixed

  • CLI via composer make-bom
    • composer packages of type project or composer-plugin
      result as CycloneDX component of type application, was library.

Misc

  • Updated demos/examples to reflect current state of SBoM results including metadata.
  • Split some tests to more fine-grained scenarios.