cyclonedx-python-lib
cyclonedx-python-lib copied to clipboard
Python implementation of OWASP CycloneDX
in https://github.com/CycloneDX/specification/tree/master/tools/src/test/resources there are some example data, that do not work wit hthe deserialization of this library. lets fix this
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.1.1 to 9.6.0. Release notes Sourced from python-semantic-release/python-semantic-release's releases. v9.6.0 (2024-04-29) Features Changelog filters are specialized per vcs type (#890) changelog: changelog filters are hvcs focused (76ed593)...
Adds support for `bom.compositions` as part of fulfilling #581.
Building from https://aur.archlinux.org/packages/python-cyclonedx-lib, I am getting ~400 errors if the path to the project contains a `#` character. Log attached [error.log](https://github.com/CycloneDX/cyclonedx-python-lib/files/14281372/error.log)
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...
This is version 6.4.0 Components with unique bom_refs, but the same name, will generate an error when trying to render a dependency tree. Given this script: ```python #!/usr/bin/env python3 from...
see https://github.com/CycloneDX/specification/releases/tag/1.5 The following items are not currently supported for CycloneDX v1.5 (as of release 6.4.x): - [x] Missing `lifecycles` on `bom.metadata` see #698 - [ ] Missing `modelCard` on...
Hi ! Version cyclonedx-python-lib:6.4.1 Platform: Windows Python Version: 3.12 Input(s): 1. My goal is to achieve the xml output in the format: ``` 2024-02-29T15:03:19.775602+00:00 Test Company testtool 1.0.0 ``` For...
Cannot parse the cyclonedx 1.5 SBOM: My code: ```python import json from typing import TYPE_CHECKING from cyclonedx.exception import MissingOptionalDependencyException from cyclonedx.model.bom import Bom from cyclonedx.schema import SchemaVersion from cyclonedx.validation.json import...