Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 2.02 KB

File metadata and controls

52 lines (41 loc) · 2.02 KB

CycloneDX’s Python Library documentation

OWASP CycloneDX is a full‑stack Bill of Materials (BOM) and system‑transparency standard that provides deep visibility into software, services, hardware, and AI components, enabling advanced supply‑chain security and cyber‑risk reduction.

This Python package provides data models, validators and more, to help you create/render/read CycloneDX documents.

This package is not designed for standalone use. It is a software library.

As of version 3.0.0 of this library, the internal data model was adjusted to allow CycloneDX VEX documents to be produced as per official examples linking VEX to a separate CycloneDX document.

If you're looking for a CycloneDX tool to run to generate (SBOM) software bill-of-materials documents, why not checkout CycloneDX Python or Jake.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   responsibilities_capabilities
   install
   architecture
   examples
   contributing
   support
   changelog
   upgrading
   View on GitHub <https://github.com/CycloneDX/cyclonedx-python-lib>