From 169af8971d625e2cebd0b36bfe40f5fe40cfa4e9 Mon Sep 17 00:00:00 2001 From: Steve Springett Date: Sat, 23 Mar 2024 00:19:48 -0500 Subject: [PATCH] Content update --- SBOM/en/0x52-Linking.md | 2 +- SBOM/en/0x80-Extensibility.md | 2 +- SaaSBOM/en/0x20-Object-Model.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SBOM/en/0x52-Linking.md b/SBOM/en/0x52-Linking.md index b3eeead..ffb1794 100644 --- a/SBOM/en/0x52-Linking.md +++ b/SBOM/en/0x52-Linking.md @@ -115,7 +115,7 @@ where access to external systems is prohibited, such as air-gapped environments. ```json { "bomFormat": "CycloneDX", - "specVersion": "1.5", + "specVersion": "1.6", "serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79", "version": 1, "components": [ diff --git a/SBOM/en/0x80-Extensibility.md b/SBOM/en/0x80-Extensibility.md index 5cb5fb0..7790a4f 100644 --- a/SBOM/en/0x80-Extensibility.md +++ b/SBOM/en/0x80-Extensibility.md @@ -65,7 +65,7 @@ CycloneDX that would not otherwise be supported. One such extension commonly use signing. ```xml - diff --git a/SaaSBOM/en/0x20-Object-Model.md b/SaaSBOM/en/0x20-Object-Model.md index 4ecc679..df8bcd4 100644 --- a/SaaSBOM/en/0x20-Object-Model.md +++ b/SaaSBOM/en/0x20-Object-Model.md @@ -101,10 +101,10 @@ CycloneDX can be represented in JSON, XML, and Protocol Buffers (protobuf) and h | **Format** | **Resource** | **URL** | |------------|---------------|--------------------------------------------------| | JSON | Documentation | https://cyclonedx.org/docs/latest/json/ | -| JSON | Schema | https://cyclonedx.org/schema/bom-1.5.schema.json | +| JSON | Schema | https://cyclonedx.org/schema/bom-1.6.schema.json | | XML | Documentation | https://cyclonedx.org/docs/latest/xml/ | -| XML | Schema | https://cyclonedx.org/schema/bom-1.5.xsd | -| Protobuf | Schema | https://cyclonedx.org/schema/bom-1.5.proto | +| XML | Schema | https://cyclonedx.org/schema/bom-1.6.xsd | +| Protobuf | Schema | https://cyclonedx.org/schema/bom-1.6.proto | CycloneDX relies exclusively on JSON Schema, XML Schema, and protobuf for validation. The entirety of the specification