The GitHub Actions job "Tests" on airflow.git/v2-11-test has succeeded. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: b75f131aa1a1a6ffcc113629826682bb0d7be79a / Nick Benthem <[email protected]> Fix Task Instances list view rendering raw HTML instead of links (#62533) * Fix Task Instances list view rendering raw HTML instead of links The connexion 2.15 migration (#51681) inadvertently removed the Markup() wrapper from task_instance_link(), dag_link(), and dag_run_link() in www/utils.py. Without Markup, Jinja2 auto-escapes the returned HTML strings, causing raw <a href="..."> tags to display as plain text instead of clickable links. Wrap the f-string returns back in Markup() while keeping the explicit escape() calls on user-provided values for XSS safety. * Add newsfragment for raw HTML links bugfix Report URL: https://github.com/apache/airflow/actions/runs/22493298580 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
