Skip to content

Commit

Permalink
Edits from PR 4340, consistency for CycloneDX SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Oct 6, 2024
1 parent faefaf6 commit 5a4aa57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/reference/dependencies.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
id: dependencies
title: "Source-code and third-party dependencies"
description: "Dependencies and Third Party Libraries for all the components of Camunda 8"
keywords: ["dependencies", "third party", "third party libraries"]
title: "Source code and third-party dependencies"
description: "Dependencies and third-party libraries for all Camunda 8 components."
keywords: ["dependencies", "third-party", "third-party libraries"]
---

Camunda provides its users and customers access to its source code as part of [this written offer](https://legal.camunda.com/licensing-and-other-legal-terms#written-offer-source-code), as well as CycloneDX SBOMs, which list all direct and transitive third-party dependencies and their respective licenses. Please click the tabs below to access these items for each Camunda component.
Camunda provides its users and customers with access to its source code as part of [this written offer](https://legal.camunda.com/licensing-and-other-legal-terms#written-offer-source-code), as well as CycloneDX SBOMs, which list all direct and transitive third-party dependencies and their respective licenses. Please click the tabs below to access these items for each Camunda component.

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
Expand All @@ -25,7 +25,7 @@ import TabItem from "@theme/TabItem";

### Camunda 8

- **Dependencies:** Find CycloneDX SBOMs files, which list all direct and transitive third-party dependencies and their respective licenses, in the [release assets](https://github.com/camunda/camunda/releases) of each Camunda 8 release.
- **Dependencies:** Find CycloneDX SBOM files, which list all direct and transitive third-party dependencies and their respective licenses, in the [release assets](https://github.com/camunda/camunda/releases) of each Camunda 8 release.
- **Source code:** Access the source code for Camunda 8 at [github.com/camunda/camunda](https://github.com/camunda/camunda).

</TabItem>
Expand All @@ -39,14 +39,14 @@ import TabItem from "@theme/TabItem";

<TabItem value='web-modeler'>

- **Dependencies:** SBOM CycloneDX files, which list all direct and transitive third-party dependencies and their respective licenses, are provided [on demand](mailto:dependency-request@camunda.com).
- **Dependencies:** CycloneDX SBOM files, that list all direct and transitive third-party dependencies and their respective licenses, are provided [on demand](mailto:dependency-request@camunda.com).
- **Source code:** Access to source code is provided [on demand](mailto:dependency-request@camunda.com).

</TabItem>

<TabItem value='connectors'>

- **Dependencies:** Find CycloneDX SBOMs files, which list all direct and transitive third-party dependencies and their respective licenses, in the [release assets](https://github.com/camunda/connectors/releases) of each Connectors release.
- **Dependencies:** Find CycloneDX SBOM files, that list all direct and transitive third-party dependencies and their respective licenses, in the [release assets](https://github.com/camunda/connectors/releases) of each Connectors release.
- **Source code:** Access the source code for Connectors at [github.com/camunda/connectors](https://github.com/camunda/connectors).

</TabItem>
Expand All @@ -55,7 +55,7 @@ import TabItem from "@theme/TabItem";

### Console Self-Managed

- **Dependencies:** SBOM CycloneDX files, which list all direct and transitive third-party dependencies and their respective licenses, are provided [on demand](mailto:dependency-request@camunda.com).
- **Dependencies:** CycloneDX SBOM files, that list all direct and transitive third-party dependencies and their respective licenses, are provided [on demand](mailto:dependency-request@camunda.com).
- **Source code:** Access to source code is provided [on demand](mailto:dependency-request@camunda.com).

</TabItem>
Expand Down

0 comments on commit 5a4aa57

Please sign in to comment.