Skip to content

Commit

Permalink
Content update
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Mar 23, 2024
1 parent 2a9a8f0 commit 169af89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SBOM/en/0x52-Linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion SBOM/en/0x80-Extensibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CycloneDX that would not otherwise be supported. One such extension commonly use
signing.

```xml
<bom xmlns="http://cyclonedx.org/schema/bom/1.5"
<bom xmlns="http://cyclonedx.org/schema/bom/1.6"
serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79"
version="1">
<components>
Expand Down
6 changes: 3 additions & 3 deletions SaaSBOM/en/0x20-Object-Model.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 169af89

Please sign in to comment.