Skip to content

CycloneDX/cyclonedx-web-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2684df3 · Sep 11, 2023
Oct 19, 2022
Sep 11, 2023
May 21, 2021
Aug 11, 2022
Aug 11, 2022
Aug 4, 2022
Jul 25, 2021
Jul 25, 2021
Aug 11, 2022
Dec 20, 2021
Dec 24, 2021
Sep 11, 2023

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.