-
-
Notifications
You must be signed in to change notification settings - Fork 67
[FEAT] Add support for Component data field #913
Open
Description
Description
The CycloneDX Python library currently does not support the data field on components, as defined in CycloneDX v1.5+.
Expected behavior
- Ability to create and serialize components with type
DATAand thedatafield populated.
Current behavior
- The
datafield is unsupported.
Suggested solution
- Extend the Component model to include
data. - Update JSON/XML serialization to support this field.