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 365e0a64a69 Add link to Airflow CVEs in MITRE CVE database. (#57683)
365e0a64a69 is described below
commit 365e0a64a6983c6ae305a775f547ad49fc6c4a04
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Nov 1 19:31:03 2025 +0100
Add link to Airflow CVEs in MITRE CVE database. (#57683)
---
airflow-core/docs/security/index.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/airflow-core/docs/security/index.rst
b/airflow-core/docs/security/index.rst
index b9f79e2ee70..28c72974251 100644
--- a/airflow-core/docs/security/index.rst
+++ b/airflow-core/docs/security/index.rst
@@ -26,6 +26,13 @@ the different user types of Apache Airflow®, what they have
access to, and the
Also, if you want to understand how Airflow releases security patches and what
to expect from them,
head over to :doc:`Releasing security patches
</security/releasing_security_patches>`.
+There are number of services where you can track security issues reported and
announced by Airflow same as for
+any of the projects following the standard CVE databases.
+
+One such database is run by the MITRE corporation and you can search
+for `Airflow CVEs
<https://www.cve.org/CVERecord/SearchResults?query=apache+airflow>`_
+there, however you might use whatever database you and your organization
prefers to track security issues and CVEs.
+
Follow the below topics as well to understand other aspects of Airflow
security:
.. toctree::