-
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed as duplicate
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededschema 1.5
Description
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_MODELandmodelCard. - Ability to create and serialize components with type
DATAand thedatafield.
Current behavior
These fields are unsupported.
Suggested solution
- Extend the Component model to include
modelCardanddata. - Update JSON/XML serialization to support these fields.
References
- Existing tracker: [TRACKING] Complete support for CycloneDX v1.5 #578
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededschema 1.5