The GitHub Actions job "Tests" on airflow.git/fix/issue-63295 has failed.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
8d0b09dcf75a519d0db6819d1286e31563e92eb3 / Yoann Abriel <[email protected]>
fix: add config flag allow_dotdot_in_ids and fix path traversal check in 
create_dagrun

- Add [core] allow_dotdot_in_ids config flag (default: False) so existing
  users with '..' in their IDs can opt out of the blocking behavior
- Add '..' check in SerializedDAG.create_dagrun() before the regex check,
  fixing the test_dag_run_id_rejects_path_traversal failure where
  create_dagrun raised a regex mismatch error before the traversal check
- Collapse multi-line raise ValueError in dagrun.py to fix static check
- Make all '..' checks conditional on allow_dotdot_in_ids config

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

With regards,
GitHub Actions via GitBox


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

Reply via email to