chore(deps): [database-archival] Update dependency apache-airflow-providers-fab to v1.5.2 [SECURITY] #144
+3
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.3.0
->==1.5.2
GitHub Vulnerability Alerts
CVE-2024-45033
Insufficient Session Expiration vulnerability in Apache Airflow Fab Provider.
This issue affects Apache Airflow Fab Provider: before 1.5.2.
When user password has been changed with admin CLI, the sessions for that user have not been cleared, leading to insufficient session expiration, thus logged users could continue to be logged in even after the password was changed. This only happened when the password was changed with CLI. The problem does not happen in case change was done with webserver thus this is different from CVE-2023-40273 which was addressed in Apache-Airflow 2.7.0
Users are recommended to upgrade to version 1.5.2, which fixes the issue.
Release Notes
apache/airflow (apache-airflow-providers-fab)
v1.5.2
Compare Source
This is probably missing some important items, but most of it should be captured
from __future__
imports to prevent regressionmysqlclient
lib instead ofmysql-python
v1.5.1
Compare Source
Bugfix around XCom table creation timestamp issue
v1.5.0
Compare Source
v1.5.0 is a huge release. Tons of important features.
Make sure to run
airflow upgradedb
after you upgradeImprovements:
airflow upgradedb
to get your database up to date as you upgrade Airflowv1.4.1
Compare Source
v1.4.0
Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.