CycloneDX/cyclonedx-python-lib main 16Branches110Tags Code Folders and files Name Last commit message Last commit date Latest commit dependabot[bot] chore(deps-dev): update mypy requirement from 1.13.0 to 1.14.1 (#751) Jan 5, 2025 8c14a87·Jan 5, 2025...
Actions: CycloneDX/cyclonedx-python-lib Actions All workflows CodeQL Dependabot Updates Python CI Release Management Caches Deployments Attestations All workflows Showing runs from all workflows 1,014 workflow runs Event Status Branch Actor Scheduled CodeQL #67: by github-advanced...
New classcyclonedx.model.tool.ToolRepository. New functioncyclonedx.builder.this.this_component()-- representation of this very python library as aComponent. New functioncyclonedx.builder.this.this_tool()-- representation of this very python library as aTool. New functioncyclonedx.model.tool.Tool.fro...
Python implementation of OWASP CycloneDX. Contribute to CycloneDX/cyclonedx-python-lib development by creating an account on GitHub.
Python implementation of OWASP CycloneDX. Contribute to CycloneDX/cyclonedx-python-lib development by creating an account on GitHub.
[tool.poetry] name = "cyclonedx-python-lib" # !! version is managed by semantic_release version = "8.4.0" version = "8.5.0" description = "Python library for CycloneDX" authors = [ "Paul Horton ", 0 comments on commit 690311f Please sign in to comment. Footer © 2024 GitHub,...
Python implementation of OWASP CycloneDX. Contribute to CycloneDX/cyclonedx-python-lib development by creating an account on GitHub.
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`42c6f25`](https://github.com/CycloneDX/cyclonedx-python-lib/commit/42c6f253f0ee4a26230d7c119d622154f34d9795)) * refactor Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> ([`b4a133a`](https://github....
Hello Team, I need to add more info to a BOM, which I'm planning to generate with cyclonedx-bom. My idea was to use cyclonedx-python-lib to read in the generated BOM, then merge the additional info my team requires, then write out the en...
This is a python tool which uses cycloneDX python lib to generate the Cyclone format SW BOM in JSON or XML. It reads from a easy manual handling csv format input, and makes thing easy. Background Nowadays a SW BOM is always requested by customers, and better to be a Cyclone JSON foram...