CycloneDX / CycloneDX/cyclonedx-python-lib
[FEAT] Add support for Component modelCard field
Offen
enhancement
help wanted
schema 1.5
- Vorherrschende Sprache
- Python
- Sterne
- 116
- Forks
- 67
- Ø Merge
- 8 T. 2 Std.
- Gemergte PRs (30 T.)
- 2
Beschreibung
### Description
The CycloneDX Python library currently does not support the `modelCard` field on components, as defined in CycloneDX v1.5+.
### Expected behavior
- Ability to create and serialize components with type `MACHINE_LEARNING_MODEL` and the `modelCard` field populated.
### Current behavior
- The `modelCard` field is unsupported.
### Suggested solution
- Extend the Component model to include `modelCard`.
- Update JSON/XML serialization to support this field.
### References
- Parent issue: #911
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.