Tree shaking for the minimal viable SBOM.
Project description
sbom
Tree shaking for the minimal viable software bill of materials (SBOM).
Third party dependencies are documented in the folder third-party.
Documentation
User and developer documentation of sbom.
Bug Tracker
Any feature requests or bug reports shall go to the todos of sbom.
Primary Source repository
The main source of sbom
is on a mountain in central Switzerland.
We use distributed version control (git).
There is no central hub.
Every clone can become a new source for the benefit of all.
The preferred public clones of sbom
are:
- on codeberg - a democratic community-driven, non-profit software development platform operated by Codeberg e.V.
- at sourcehut - a collection of tools useful for software development.
Contributions
Please do not submit "pull requests" (I found no way to disable that "feature" on GitHub). If you like to share small changes under the repositories license please kindly do so by sending a patchset. You can either send such a patchset per email using git send-email or if you are a sourcehut user by selecting "Prepare a patchset" on the summary page of your fork at sourcehut.
Status
Experimental.
Terminology
- baseline - mandatory elements
- consume - an SBOM
- crypto - hashing, signing, and signature validation
- extension - sets of elements mandatory in addition to baseline
- fuzz - generate surrogate and poisoned SBOMs
- merge - an SBOM with other SBOMs or additional information
- mock - provide optimal testability
- policy - to apply
- produce - an SBOM
- report - anything from produce, transform, and consume
- rule - executing policies
- transform - one SBOM into another SBOM
Safety, Security, and Data Protection Considerations
The current implementation SHALL only digest trustworthy data.
Schema validation of JSON and XML formats requires specific measures to
minimize vulnerabilities.
For example: The python xml parser implementation (etree) in
use is presumably vulnerable against some attacks like billion laughs
and quadratic blowup.
Plans are to move towards a safer implementation like defusedxml
or any other hardened implementation.
The situation is similar for the JSON formats.
In summary and repeating the obvious:
The current implementation SHALL only digest trustworthy data.
Note: The default branch is default
.
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
File details
Details for the file sbom-2023.10.7.tar.gz
.
File metadata
- Download URL: sbom-2023.10.7.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9c36a9e58f6694fccd274482dfd10cce5bb55bab0a5a09b365294de4aa32664 |
|
MD5 | c2fdc32ccb1fec5ad30e6c3f08cb778e |
|
BLAKE2b-256 | d730641a91336c6b16af1f6eba474022ff8b32f58977e72548e917bf5a175f80 |
File details
Details for the file sbom-2023.10.7-py3-none-any.whl
.
File metadata
- Download URL: sbom-2023.10.7-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9089973f1ae0a23138ad55261432219468f4840ae09bdb4d0d3befb4822b8cfc |
|
MD5 | 90cf24caadba7fcb0a9081d26accbc1a |
|
BLAKE2b-256 | f45a5b74c4a1bc5e73e9156fd3f3cb1e1dfb669483f40fa04fc7494811e3450d |