This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new fc2271a469 Add a cross reference to security policy (#37004)
fc2271a469 is described below
commit fc2271a46902ec44d2b8d7cbbd33f0e62590de1b
Author: Jens Scheffler <[email protected]>
AuthorDate: Thu Jan 25 22:34:54 2024 +0100
Add a cross reference to security policy (#37004)
---
CONTRIBUTING.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 479ba765d4..1245fd4ab5 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -57,6 +57,10 @@ Report bugs through `GitHub
<https://github.com/apache/airflow/issues>`__.
Please report relevant information and preferably code that exhibits the
problem.
+.. note::
+ If you want to report a security finding, please consider
+ https://github.com/apache/airflow/security/policy
+
Fix Bugs
--------