Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/security-model.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hardened in a Kamelet template or addressed by the deployment.

The Kamelet Catalog is an *Apache Camel sub-project*. It does not define its own
trust model from scratch: it *specialises* the
https://camel.apache.org/manual/security-model.html[Apache Camel Security Model]
link:/manual/security-model.html[Apache Camel Security Model]
for the specific shape of a Kamelet (a pre-written, PMC-reviewed Camel route
template distributed as YAML). Where this document is silent, the Camel Security
Model governs. Where they overlap, this document is the more specific authority
Expand Down Expand Up @@ -441,7 +441,7 @@ change matches this model:

The Kamelet Catalog uses the standard Apache Camel / ASF vulnerability process:

* Read https://camel.apache.org/security/[Apache Camel Security].
* Read link:/security/[Apache Camel Security].
* Email `private-security@camel.apache.org` with the affected catalog
version(s), the specific Kamelet, and a proof of concept that demonstrates the
trust-boundary breach *through a shipped template in its default
Expand Down Expand Up @@ -577,10 +577,10 @@ revise this page rather than make an ad-hoc call.

== Related documents

* https://camel.apache.org/manual/security-model.html[Apache Camel Security
* link:/manual/security-model.html[Apache Camel Security
Model] - the parent model this page specialises.
* xref:development.adoc[Kamelets Developer Guide] - how Kamelets are authored.
* xref:apis/spec.adoc[Kamelet CRD specification] - the YAML contract.
* https://camel.apache.org/security/[Apache Camel Security] - the public
* link:/security/[Apache Camel Security] - the public
advisory index and reporting process.
* `SECURITY.md` (repository root) - the GitHub-rendered security pointer.
Loading