CycloneDX / CycloneDX/cyclonedx-python-lib
[FEAT] Add support for Component data field
未关闭
enhancement
help wanted
schema 1.5
- 主要语言
- Python
- 星标
- 116
- 派生
- 67
- 平均合并
- 8 天 2 小时
- 30 天内合并 PR
- 2
描述
### 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
贡献指南
调研方向
未指定文件或测试。首先定位 Component model 和 JSON/XML 序列化路径,然后查看 CycloneDX v1.5+ 对 DATA 组件的定义。当可以创建带有已填充 data 字段的 DATA 组件,并且该字段同时体现在 JSON 和 XML 输出中时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100