diff --git a/docs/integrations/sources/iterable.md b/docs/integrations/sources/iterable.md index dbd4589403e12..be5819bc71493 100644 --- a/docs/integrations/sources/iterable.md +++ b/docs/integrations/sources/iterable.md @@ -1,6 +1,6 @@ # Iterable -This page contains the setup guide and reference information for the connector. +This page contains the setup guide and reference information for the Iterable source connector. ## Prerequisites diff --git a/docs/operator-guides/securing-airbyte.md b/docs/operator-guides/securing-airbyte.md index 6deffe0971716..727ff5043eebd 100644 --- a/docs/operator-guides/securing-airbyte.md +++ b/docs/operator-guides/securing-airbyte.md @@ -1,5 +1,14 @@ # Securing Airbyte access +## Reporting Vulnerabilities +⚠️ Please do not file GitHub issues or post on our public forum for security vulnerabilities as they are public! ⚠️ + +Airbyte takes security issues very seriously. If you have any concern around Airbyte or believe you have uncovered a vulnerability, please get in touch via the e-mail address security@airbyte.io. In the message, try to provide a description of the issue and ideally a way of reproducing it. The security team will get back to you as soon as possible. + +Note that this security address should be used only for undisclosed vulnerabilities. Dealing with fixed issues or general questions on how to use the security features should be handled regularly via the user and the dev lists. Please report any security problems to us before disclosing it publicly. + +## Access control + Airbyte, in its open-source version, does not support RBAC to manage access to the UI. However, multiple options exist for the operators to implement access control themselves. diff --git a/docs/readme.md b/docs/readme.md index a911cdb66aa58..be19821334677 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -23,10 +23,4 @@ To contribute to Airbyte code, connectors, and documentation, refer to our [Cont [![GitHub stars](https://img.shields.io/github/stars/airbytehq/airbyte?style=social&label=Star&maxAge=2592000)](https://GitHub.com/airbytehq/airbyte/stargazers/) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/airbytehq/airbyte/Airbyte%20CI)](https://github.com/airbytehq/airbyte/actions/workflows/gradle.yml) [![License](https://img.shields.io/static/v1?label=license&message=MIT&color=brightgreen)](https://github.com/airbytehq/airbyte/tree/a9b1c6c0420550ad5069aca66c295223e0d05e27/LICENSE/README.md) [![License](https://img.shields.io/static/v1?label=license&message=ELv2&color=brightgreen)](https://github.com/airbytehq/airbyte/tree/a9b1c6c0420550ad5069aca66c295223e0d05e27/LICENSE/README.md) -### Reporting Vulnerabilities -⚠️ Please do not file GitHub issues or post on our public forum for security vulnerabilities as they are public! ⚠️ - -Airbyte takes security issues very seriously. If you have any concern around Airbyte or believe you have uncovered a vulnerability, please get in touch via the e-mail address security@airbyte.io. In the message, try to provide a description of the issue and ideally a way of reproducing it. The security team will get back to you as soon as possible. - -Note that this security address should be used only for undisclosed vulnerabilities. Dealing with fixed issues or general questions on how to use the security features should be handled regularly via the user and the dev lists. Please report any security problems to us before disclosing it publicly.