potiuk commented on code in PR #66931: URL: https://github.com/apache/airflow/pull/66931#discussion_r3251078926
########## airflow-core/docs/security/security_model.rst: ########## @@ -826,3 +826,22 @@ significantly from typical web applications — many scanner findings (such as " code" or "database credentials accessible in configuration") are expected behavior. Reports must include a proof-of-concept that demonstrates how the finding violates the security model described in this document, including identifying the specific user role involved and the attack scenario. + +Supported deployment platforms +.............................. + +Apache Airflow officially supports Linux-based deployment environments only. The reference +deployment, the CI matrix, and the official Docker image are all Linux-targeted (Debian Bookworm). +macOS is supported for local development but is not a deployment platform. Windows is not supported +for deployment or development. Review Comment: ```suggestion for deployment - except WSL2 for develop (buy only with POSIX filesystem which is the same as Linux). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
