Skip to content

[FEAT] Add support for Component modelCard and data fields #911

@wiebe-vandendriessche

Description

@wiebe-vandendriessche

Description

The CycloneDX Python library currently does not support the modelCard and data fields on components, as defined in CycloneDX v1.5+.

Expected behavior

  • Ability to create and serialize components with type MACHINE_LEARNING_MODEL and modelCard.
  • Ability to create and serialize components with type DATA and the data field.

Current behavior

These fields are unsupported.

Suggested solution

  • Extend the Component model to include modelCard and data.
  • Update JSON/XML serialization to support these fields.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions