The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user bolkedebruin (triggered by bolkedebruin).

Head commit for run:
06fc72865f0cf2a64638674258a759bfd21f3ad3 / Bolke de Bruin <[email protected]>
Revert XCom API endpoint full deserialization option

It is possible to fully deserialize XCom values
in the webserver by specifying a `deserialize` parameter.
This creates a potential security issue as deserialization
instantiates arbitrary objects.

Custom XCom backends should implement `orm_deserialize_value`
themselves if they want to retain the behavior. However,
it is strongly suggested to deserialize on the client side for
the above mentioned reasons.

Report URL: https://github.com/apache/airflow/actions/runs/3487507559

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to