CycloneDX / CycloneDX/cyclonedx-python
feat: populate `component.authors`
Open
enhancement
good first issue
hacktoberfest
help wanted
source: environment
source: poetry
- Dominant language
- Python
- Stars
- 390
- Forks
- 98
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 1
Description
Relating to the ([upcoming](https://github.com/CycloneDX/cyclonedx-python/pull/605)) 4.0.0 release:
The author field is currently missing in the resulting SBOM but could be populated from the `project.authors` field in `pyproject.toml` (although pyproject allows multiple authors).
See:
* https://cyclonedx.org/docs/1.5/json/#metadata_component_author
* https://packaging.python.org/en/latest/specifications/pyproject-toml/#authors-maintainers
Contributor guide
Assessment
This issue has not been assessed yet.