Paul Horton
Paul Horton
There are few improvements to make: - [x] Don't trigger `release` workflow on the non-main branch - this prevents all "checks" from completing on PRs  which supports consuming dependencies in multiple forms: - Current Python Environment (`jake ddt` already supports this) - requirements.txt - Pipfile.lock - poetry.lock - Output from...
Update XML schema to align with JSON schema for `dependency` type fixes #146
Currently it seems the `packageurl-python` library is not typed according to PEP 561. Raising for awareness. FYI @jkowalleck
**RELEASE 4.0.0 WORK** Features added / Changes made: - #136 - #155 - #133 In progress: - #151 - #154 - #143 cc @bhamail / @DarthHater
Python 3.11 is here for ages - lets officially support it bro. cc @bhamail / @DarthHater
`cyclonedx-python-lib` provides a single set of models and output methods that support CycloneDX in both XML and JSON and all schema versions. There already exists multiple Python tools that use...
Adds support for `bom.compositions` as part of fulfilling #581.
see https://github.com/CycloneDX/specification/releases/tag/1.4 The following items are not currently supported for CycloneDX v1.4 (as of release 6.4.x): - [ ] Missing `compositions` on `Bom` see via #607 - [ ] Missing...