amoghrajesh commented on code in PR #61956: URL: https://github.com/apache/airflow/pull/61956#discussion_r2810813933
########## airflow-core/docs/security/vulnerabilities-in-3rd-party-dependencies.rst: ########## @@ -0,0 +1,160 @@ + .. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + .. http://www.apache.org/licenses/LICENSE-2.0 + + .. Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +Vulnerabilities in 3rd party dependencies +========================================= + +How users should treat 3rd-party dependencies with known CVEs +------------------------------------------------------------- + +Apache Airflow has a rather large number of dependencies, and we invest a lot of effort to keep Airflow updated +to latest versions of those dependencies. We have automation, that checks for new versions of dependencies, +and attempts to upgrade and test them automatically, we also have security scans that indicate if we have +minimum versions of dependencies, that are not vulnerable to known, important, exploitable CVEs. Every +version of Airflow has a set of constraints - i.e. latest tested versions of dependencies, that +are passing our tests and that we know allow to install Airflow and it's providers together. + +However - due to sometimes complex dependency trees and sometimes conflicting requirements, we are not Review Comment: ```suggestion However, sometimes due to complex dependency trees or conflicting requirements, we are not ``` -- 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]
