The GitHub Actions job "uv in /tools/gmail/oauth-draft for idna - Update 
#1375385039" on airflow-steward.git/main has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
e0a0508ffee6fa390fe4a1948fc9c638d6fba29e / AndrĂ© Ahlert <[email protected]>
fix(privacy-llm-redactor): correct --field help text and force UTF-8 mapping 
reads (#231)

Two critical correctness bugs in the redactor package.

1. The --field help text listed a type name "reporter" and code "R"
   that the parser does not accept (valid names come from TYPE_CODES:
   name/email/phone/ip/handle/address, codes N/E/P/IP/H/A). A user
   copying the documented form got SystemExit and their PII flowed to
   the LLM unredacted. Help text now lists the real names and codes.

2. load_mapping read the mapping file with the locale-default encoding
   while save_mapping_atomic writes UTF-8. On a non-UTF-8 host this
   corrupts non-ASCII PII values (accented names, IDN domains) on the
   round-trip, so pii-reveal substitutes wrong text. load_mapping now
   reads with encoding="utf-8".

Adds a regression test for each fix.

Report URL: https://github.com/apache/airflow-steward/actions/runs/26132800233

With regards,
GitHub Actions via GitBox


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

Reply via email to