CycloneDX Software Bill of Materials (SBOM) generation utility
Project description
CycloneDX Python SBOM Generation Tool
This project provides a runnable Python-based application for generating CycloneDX bill-of-material documents from either:
- Your current Python Environment
- Your project's manifest (e.g.
Pipfile.lock
,poetry.lock
orrequirements.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: client.py [-h] (-e | -p | -r) [-pf FILE_PATH] [-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)
-p, --p, --poetry Build a SBOM based on a Poetry poetry.lock's contents.
Use with -pf to specify absolute pathto a
`poetry.lock` you wish to use, else we'll look for one
in the current working directory.
-r, --r, --requirements
Build a SBOM based on a requirements.txt's contents.
Use with -rf to specify absolute pathto a
`requirements.txt` you wish to use, else we'll look
for one in the current working directory.
-X Enable debug output
Poetry:
Additional optional arguments if you are setting the input type to
`poetry`
-pf FILE_PATH, --pf FILE_PATH, --poetry-file FILE_PATH
Path to a the `poetry.lock` file you wish to parse
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
).
When using Environment as the source, any license information avaialble from the installed packages will also be included in the generated CycloneDX BOM.
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
Note: Manifest scanning limits the amount of information available. Each manifest type contains different information but all are significantly less complete than scanning your actual Python Environment.
Poetry
We support parsing your poetry.lock
file which should be committed along with your pyrpoject.toml
and details
exact pinned versions.
You can then run cyclonedx-py
as follows:
cyclonedx-py -p -pf PATH/TO/poetry.lock -o sbom.xml
Pip / Requirements
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 sbom.xml
This will generate a CycloneDX and output to STDOUT in XML using the latest schema version 1.3
by default.
Note: If you failed to freeze your dependencies before passing the requirements.txt
data to cyclonedx-py
, you'll
be warned about this and the dependencies that do not have pinned versions WILL NOT be included in the resulting
CycloneDX output.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! Some of your dependencies do not have pinned version !!
!! numbers in your requirements.txt !!
!! !!
!! -> idna !!
!! -> requests !!
!! -> urllib3 !!
!! !!
!! The above will NOT be included in the generated !!
!! CycloneDX as version is a mandatory field. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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
Built Distribution
File details
Details for the file cyclonedx-bom-1.3.1.tar.gz
.
File metadata
- Download URL: cyclonedx-bom-1.3.1.tar.gz
- Upload date:
- Size: 10.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.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45fe7e270b04a2a20e87c0f32c117103679ad9d0015aae66d37810540aa153f6 |
|
MD5 | 1dac67c7042eb06bcd7b9c69e2021ff7 |
|
BLAKE2b-256 | ff96b9925e7cc4b7c18ab800f61c19514b49ad21f7409182b80edd5b63e2bfb9 |
Provenance
File details
Details for the file cyclonedx_bom-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: cyclonedx_bom-1.3.1-py3-none-any.whl
- Upload date:
- Size: 15.3 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.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2348bb9df239229e72e48df6118bcb7092ae110123950361c1e5fdd7597619d0 |
|
MD5 | 3f5d083ac4b4b9bdd6b5c130f6f809de |
|
BLAKE2b-256 | 770297e0388d6211f062c2c31b0ffbacde5aa2ea9388d0f25e2df32b459838ba |