From a9dadc8b1b77ecf3b871bab68b8e9a86b57e044b Mon Sep 17 00:00:00 2001 From: Marc-Etienne Vargenau Date: Thu, 15 Jan 2026 18:37:30 +0100 Subject: [PATCH 1/2] SPDX 2.3 is supported. Signed-off-by: Marc-Etienne Vargenau --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cccab8..cf9c808 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Commands: The CycloneDX CLI tool currently supports BOM analysis, modification, diffing, merging, format conversion, signing and verification. -Conversion is supported between CycloneDX XML, JSON, Protobuf, CSV, and SPDX JSON v2.2. +Conversion is supported between CycloneDX XML, JSON, Protobuf, CSV, and SPDX JSON v2.2 and 2.3. Binaries can be downloaded from the [releases page](https://github.com/CycloneDX/cyclonedx-cli/releases). From 95db1f1dd3bd03e9b5a0cf512a986cb88467bab8 Mon Sep 17 00:00:00 2001 From: Patrick Dwyer Date: Tue, 10 Feb 2026 22:32:41 +1000 Subject: [PATCH 2/2] Update README to reflect SPDX JSON v2.3 support Updated supported SPDX JSON versions in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf9c808..66e3f81 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Commands: The CycloneDX CLI tool currently supports BOM analysis, modification, diffing, merging, format conversion, signing and verification. -Conversion is supported between CycloneDX XML, JSON, Protobuf, CSV, and SPDX JSON v2.2 and 2.3. +Conversion is supported between CycloneDX XML, JSON, Protobuf, CSV, and SPDX JSON v2.3. Binaries can be downloaded from the [releases page](https://github.com/CycloneDX/cyclonedx-cli/releases).