CycloneDX / CycloneDX/cyclonedx-python-lib

[FEAT] Add support for Component data field

Open
#913 1 comment 0 reactions 0 assignees View on GitHub
enhancement help wanted schema 1.5
Dominant language
Python
Stars
116
Forks
67
PR merge metrics
No merged PRs in 30d

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.