https://github.com/cyclonedx/cyclonedx-web-tool
A web based tool for working with CycloneDX BOMs
https://github.com/cyclonedx/cyclonedx-web-tool
bill-of-materials bom cyclonedx mbom obom owasp package-url purl saasbom sbom software-bill-of-materials vex
Last synced: about 2 months ago
JSON representation
A web based tool for working with CycloneDX BOMs
- Host: GitHub
- URL: https://github.com/cyclonedx/cyclonedx-web-tool
- Owner: CycloneDX
- License: apache-2.0
- Created: 2021-05-21T12:46:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T14:41:30.000Z (8 months ago)
- Last Synced: 2025-03-05T09:03:14.553Z (about 2 months ago)
- Topics: bill-of-materials, bom, cyclonedx, mbom, obom, owasp, package-url, purl, saasbom, sbom, software-bill-of-materials, vex
- Language: HTML
- Homepage: https://cyclonedx.github.io/cyclonedx-web-tool
- Size: 115 MB
- Stars: 36
- Watchers: 4
- Forks: 6
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/CycloneDX/cyclonedx-cli/actions?workflow=.NET+Core+CI)
[](LICENSE)
[](https://cyclonedx.org/)
[](https://cyclonedx.org/slack/invite)
[](https://groups.io/g/CycloneDX)
[](https://twitter.com/CycloneDX_Spec)# CycloneDX Web Tool
A web based tool for working with CycloneDX BOMs.
[The hosted version is available at https://cyclonedx.github.io/cyclonedx-web-tool](https://cyclonedx.github.io/cyclonedx-web-tool).
Supported functionality:
- Converting between different versions and formats
- Validation
- Merging multiple BOMs into a single BOM# BOM data privacy
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.
# Self Hosting
The web tool is built as a "static site". Any standard web server should work.
# Supported Browsers
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## License
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE] file for the full license.
[License]: https://github.com/CycloneDX/cyclonedx-web-tool/blob/main/LICENSE
## Contributing
Pull requests are welcome. But please read the
[CycloneDX contributing guidelines](https://github.com/CycloneDX/.github/blob/main/CONTRIBUTING.md) first.To build and test the solution locally you should have .NET 6
installed. Standard commands like `dotnet build` and `dotnet test` work.