Skip to content

CycloneDX/cyclonedx-web-tool

Build Status License Website Slack Invite Group Discussion Twitter

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.

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.

Contributing

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.