Compare two CycloneDX files in JSON format. See which components each one have that the other does not have and which components both have in common.
Download the executable file cdx-vs-cdx
on the releases page and run it.
- Clone this repository.
- Install the dependencies with
poetry install
. - Run the program with
poetry run python main.py
- Clone this repository.
- Install the dependencies with
poetry install
. - Compile the program with
pyinstaller main.py
. - Run the executable
main
insidecdx-vs-cdx/dist/main
.