Skip to content

Commit

Permalink
Fix vulnerability issue on docs dependency (#1313)
Browse files Browse the repository at this point in the history
Fix:
https://github.com/astronomer/astronomer-cosmos/security/dependabot/8

More details about the vulnerability:
> Airflow versions before 2.10.3 have a vulnerability that allows
authenticated users with audit log access to see sensitive values in
audit logs which they should not see. When sensitive variables were set
via airflow CLI, values of those variables appeared in the audit log and
were stored unencrypted in the Airflow database. While this risk is
limited to users with audit log access, upgrading to Airflow 2.10.3 or a
later version is recommended, which addresses this issue. Users who
previously used the CLI to set secret variables should manually delete
entries with those variables from the log table.
  • Loading branch information
tatiana authored Nov 13, 2024
1 parent 92330f5 commit 8ec46d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aenum
apache-airflow==2.10.2
apache-airflow~=2.10.3
PyAthena==3.9.0
redshift-connector==2.1.3
fsspec==2024.6.1
Expand Down

0 comments on commit 8ec46d2

Please sign in to comment.