This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 96a91eb9f3 Add a link to Airflow security policy in bug reporting
description (#942)
96a91eb9f3 is described below
commit 96a91eb9f3ab5f19f00393e395ad5835b2504cc4
Author: Jens Scheffler <[email protected]>
AuthorDate: Thu Jan 25 00:28:29 2024 +0100
Add a link to Airflow security policy in bug reporting description (#942)
---
landing-pages/site/content/en/community/_index.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/landing-pages/site/content/en/community/_index.html
b/landing-pages/site/content/en/community/_index.html
index 3a3cdcfca6..3810f12697 100644
--- a/landing-pages/site/content/en/community/_index.html
+++ b/landing-pages/site/content/en/community/_index.html
@@ -123,7 +123,14 @@ menu:
<a
href="https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst">contribution
guidelines</a>
to learn more about contributing.
</p>
- <p class="bodytext__medium--brownish-grey">If you are unsure if
you are encountering a problem with Airflow, start a <a
href="https://github.com/apache/airflow/discussions">GitHub Discussion</a>
first.</p>
+ <p class="bodytext__medium--brownish-grey">
+ If you are unsure if you are encountering a problem with
Airflow, start a
+ <a href="https://github.com/apache/airflow/discussions">GitHub
Discussion</a> first.
+ </p>
+ <p class="bodytext__medium--brownish-grey">
+ If you want to raise a security issue, please take a look into
the
+ <a
href="https://github.com/apache/airflow/security/policy">Airflow security
policy</a> first.
+ </p>
{{< /accordion >}}
</div>
</div>