The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user bolkedebruin (triggered by bolkedebruin).
Head commit for run: 583004795d36e61270d97b3b823dff03d738c174 / Bolke de Bruin <[email protected]> Make allowed_deserialization_classes more intuitive Regexps can be tough to get right. Typically someone would like to allow any classes below 'mymodule' to match. For example, 'mymodule.dataclasses' by setting allowed_deserialization_classes to 'mymodule.*'. However this matches everything starting with mymodule, so also mymodulemalicious. This change replaces bare '.' with '\..' so it matches the literal '.' as well. Report URL: https://github.com/apache/airflow/actions/runs/3883794103 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
