CycloneDX / CycloneDX/cyclonedx-python-lib
[FEAT] Add support for Component data field
Ouverte
enhancement
help wanted
schema 1.5
- Langage dominant
- Python
- Étoiles
- 116
- Forks
- 67
- Merge moyen
- 8 j 2 h
- PR mergées (30 j)
- 2
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 `DATA` and the `data` field populated.
### Current behavior
- The `data` field is unsupported.
### Suggested solution
- Extend the Component model to include `data`.
- Update JSON/XML serialization to support this field.
### References
- Parent issue: #911
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.