A web based tool for working with CycloneDX BOMs.
The hosted version is available at https://cyclonedx.github.io/cyclonedx-web-tool.
Supported functionality:
- Converting between different versions and formats
- Validation
- Merging multiple BOMs into a single BOM
The web tool is built as a "static site" using WebAssembly for BOM processing.
All processing is done client side in your browser. No submitted BOM data is transmitted elsewhere.
The web tool is built as a "static site". Any standard web server should work.
The web tool is supported on the current versions of the following browsers:
- Apple Safari (including on iOS)
- Google Chrome (including on Android)
- Microsoft Edge
- Mozilla Firefox
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the LICENSE file for the full license.
Pull requests are welcome. But please read the CycloneDX contributing guidelines first.
To build and test the solution locally you should have .NET 6
installed. Standard commands like dotnet build
and dotnet test
work.