Skip to main content

CycloneDX Software Bill of Materials (SBOM) generation utility

Project description

CycloneDX Python SBOM Generation Tool

GitHub Workflow Status Docker Image GitHub license Python Version Support Slack Invite PyPI Version Python Version Support Group Discussion Twitter


This project provides a runnable Python-based application for generating CycloneDX bill-of-material documents from either:

  1. Your current Python Environment
  2. Your project's manifest (e.g. requirements.txt)

The BOM will contain an aggregate of all your current project's dependencies, or those defined by the manifest you supply.

CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.

Installation

Install this from PyPi.org using your preferred Python package manager.

Example using pip:

pip install cyclonedx-bom

Example using poetry:

poetry add cyclonedx-bom

Usage

Once installed, you can access the full documentation by running --help:

$ cyclonedx-py --help
usage: cyclonedx-py [-h] (-e | -r) [-rf FILE_PATH] [--format {json,xml}] [--schema-version {1.3,1.2,1.1,1.0}] 
[-o FILE_PATH] [-F] [-X]

CycloneDX SBOM Generator

optional arguments:
  -h, --help            show this help message and exit
  -e, --e, --environment
                        Build a SBOM based on the packages installed in your current Python environment (default)
  -r, --r, --requirements
                        Build a SBOM based on a requirements.txt's contents
  -X                    Enable debug output

Requirements:
  Additional optional arguments if you are setting the input type to `requirements`.

  -rf FILE_PATH, --rf FILE_PATH, --requirements-file FILE_PATH
                        Path to a the requirements.txt file you wish to parse

SBOM Output Configuration:
  Choose the output format and schema version

  --format {json,xml}   The output format for your SBOM (default: xml)
  --schema-version {1.3,1.2,1.1,1.0}
                        The CycloneDX schema version for your SBOM (default: 1.3)
  -o FILE_PATH, --o FILE_PATH, --output FILE_PATH
                        Output file path for your SBOM (set to '-' to output to STDOUT)
  -F, --force           If outputting to a file and the stated file already exists, it will be overwritten.

Building CycloneDX for your current Python environment

This will produce the most accurate and complete CycloneDX BOM as it will include all transitive dependencies required by the packages defined in your project's manifest (think requriements.txt).

Simply run:

cyclonedx-py -e -o -

This will generate a CycloneDX including all packages installed in your current Python environment and output to STDOUT in XML using the latest schema version 1.3 by default.

Building CycloneDX from your Manifest

We currently support requirements.txt manifest files. Note that a BOM such as CycloneDX expects exact version numbers, therefore if you wish to generate a BOM from a requirements.txt, these must be frozen. This can be accomplished via:

pip freeze > requirements.txt

You can then run cyclonedx-py as follows:

cyclonedx-py -r -rf PATH/TO/requirements.txt -o -

This will generate a CycloneDX and output to STDOUT in XML using the latest schema version 1.3 by default.

Python Support

We endeavour to support all functionality for all current actively supported Python versions. However, some features may not be possible/present in older Python versions due to their lack of support.

Copyright & License

CycloneDX BOM is Copyright (c) OWASP Foundation. All Rights Reserved.

Permission to modify and redistribute is granted under the terms of the Apache 2.0 license.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cyclonedx-bom-1.0.2.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

cyclonedx_bom-1.0.2-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file cyclonedx-bom-1.0.2.tar.gz.

File metadata

  • Download URL: cyclonedx-bom-1.0.2.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.12

File hashes

Hashes for cyclonedx-bom-1.0.2.tar.gz
Algorithm Hash digest
SHA256 891b64fd5cf4e0267696c73d4ab86c701396d790bc0bcd7abf0abe68490714a6
MD5 1b9f6c55c34a09f27a917c05fc068676
BLAKE2b-256 78019bc927c9feb074132927ed20cb9eb38b63cac96ebb62518ed20d78df03c0

See more details on using hashes here.

Provenance

File details

Details for the file cyclonedx_bom-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: cyclonedx_bom-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.12

File hashes

Hashes for cyclonedx_bom-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0274b8778afd7cc3266106c63b6a7349bd3c3d7ab7b5f86bb239e11f57b48922
MD5 c0aa4496bf2c403bf2e49bee82c6751b
BLAKE2b-256 a85931ac0ca99429918d8da59f4ccf51bad0907513022b52f144c4c51e8b02ed

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page