cyclonedx-python-lib
cyclonedx-python-lib copied to clipboard
Python implementation of OWASP CycloneDX
see also: https://peps.python.org/pep-0387/ goal: improve backwards compatibility, while improving Developer experience. ## solution - use `DeprecationWarning` instead of warnings. - annotate deprecated symbols requires py8.13 ## implementation - use for...
there may be use-cases where people want to re-distribute this library with all its dependencies. some (optional/transitive) dependencies might be licensed under GPL, which prevents an assembled re-distribution. see -...
**Library Version:** `7.6.1` **Description:** **Steps to Reproduce:** 1. Use the example JSON provided in the [CycloneDX bom-examples repository](https://github.com/CycloneDX/bom-examples/blob/c0436d86cd60693f01d19fe1aacfd01e70e17036/CBOM/Example-With-Dependencies/bom.json). 2. Run the following script: ```python import json from cyclonedx.model.bom import Bom...
github action `python-semantic-release/upload-to-gh-release` states: > Warning: This action has been DEPRECATED. Please use the 'python-semantic-release/publish-action' instead. goal: replace this action with the non-deprecated one
Create documentation to guide users on validating SBOMs. The CycloneDX Python library can validate an SBOM based on the schema, independent of the library's support for SBOM serialization, which is...