Create a software bill of materials from the direct dependencies of a Buildroot generated project
Project description
CycloneDX Buildroot
This Buildroot python application generates CycloneDX Software Bill of Materials
(SBOM) containing all direct dependencies of a Buildroot generated project.
OWASP CycloneDX is a full-stack Bill of Materials (BOM) standard that provides advanced supply chain capabilities for
cyber risk reduction.
Buildroot provides a build target named "legal-info" which produces a set of files including manifest.csv. The legal-info
is a general "make" target for a Buildroot project.
Usage
By default, manifest.csv
will be read from the current working directory
and the resulting bom.json
will also be created in the current working directory.
This can be overwritten as follows:
$ python3 generateBuildrootSBOM.py -i <path>/manifest.csv -n "My Project" -v "1.2.3.4" -m "company name" -c cpe.json
Usage: generateBom.cli [OPTIONS]
Options:
-i <path> - filename of the output from make legal-info, example: manifest.csv
-o <path> - the bom file name to create
-n name of the project or product SBOM <project name in quotes>
-v your product SBOM version <project version in quotes>
-m SBOM manufacturer name
-c <path> - cpe file name from make show-info, example cpe.json
Diagram depicting where this project fits into the pipeline of secure development activities. Note that while the diagram depicts a linear sequence of activities, the entire sequence is typically cyclical. The end state of SBOM management receives the SBOM files for the product versions to properly manage the state of vulnerabilities over time.
CycloneDX Schema Support
The following table provides information on the version of this module, the CycloneDX schema version supported, as well as the output format options. Use the latest possible version of this module that is compatible with the CycloneDX version supported by the target system.
Version | Schema Version | Format(s) |
---|---|---|
1.0x | CycloneDX v1.4 | XML/JSON |
Copyright & License
CycloneDX Buildroot is Copyright (c) OWASP Foundation. All Rights Reserved.
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the LICENSE file for the full license.
Project details
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
Hashes for cyclonedx_buildroot-1.0.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4111a05c18d777595942c9a622039858ef205d7c83312c2ddb38d78e6c1115e |
|
MD5 | 114fd485b3029a242eecf96caee69fe1 |
|
BLAKE2b-256 | 37f7acc13c449810183428ffeda7e2a58180836907dcd8679aa7e1f34b0b9da8 |
Hashes for cyclonedx_buildroot-1.0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7fd825cef6d286a51a51114f0fa35cfe7be80a018be727f97282421f94e76e4 |
|
MD5 | 3c167ef410c1bcd978b8cb04b58e7779 |
|
BLAKE2b-256 | 65f3f3911a0809fcfc0037d7c1a5c1a8d00177ac0120002f1400fd20c9c22b91 |