[GitHub] [airflow] barrysteyn commented on issue #34093: The allowed_deserialization_classes regex is broken

2023-09-05 Thread via GitHub
barrysteyn commented on issue #34093: URL: https://github.com/apache/airflow/issues/34093#issuecomment-1706906717 @potiuk Thanks for the reply. I have just one final question (mainly because I am new to the AirFlow community): How does it work from here? Would you like me to submit a PR

[GitHub] [airflow] barrysteyn commented on issue #34093: The allowed_deserialization_classes regex is broken

2023-09-05 Thread via GitHub
barrysteyn commented on issue #34093: URL: https://github.com/apache/airflow/issues/34093#issuecomment-1706773954 Thanks @potiuk. The ultimate aim of `allowed_deserialization_classes` is provide protection against unexpected class deserialization. Using a regex is goes against that - as