The GitHub Actions job "Tests (AMD)" on 
airflow.git/redact-walk-nested-iterables-for-key-name-masking has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
fe09e1a9671cf901785c0d779e942b671a56f422 / Jarek Potiuk <[email protected]>
Walk nested lists/tuples/sets in secrets masker key-name redaction

The secrets masker walks dicts unconditionally for key-name-based
redaction, so a sensitive key nested in dicts is masked at any depth.
Lists, tuples, and sets were only walked below the recursion-depth
cutoff, so a value carrying a sensitive key wrapped in an iterable
beyond the cutoff was returned without key-name redaction.

Walk nested lists/tuples/sets unconditionally too, mirroring the dict
handling, keeping the depth cutoff only for pattern-based string
masking. Add regression tests for sensitive keys wrapped in lists and
tuples past MAX_RECURSION_DEPTH.

Generated-by: Claude Opus 4.8 (1M context) following the guidelines at
https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions

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

With regards,
GitHub Actions via GitBox


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

Reply via email to