The GitHub Actions job "prek" on 
airflow-steward.git/feat/privacy-llm-gate-check has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
161171d126202ce1d30b76b684888ab44e4deb80 / Jarek Potiuk <[email protected]>
fix(privacy-llm): typos + CodeQL false positive in checker

CI on PR #51 flagged two issues:

1. `typos` hook — `unparseable` should be `unparsable` (US spelling).
   Two occurrences:
   - tools/privacy-llm/checker/src/checker/check.py:76 (verdict reason
     for an unparsable URL host)
   - tools/privacy-llm/checker/src/checker/config.py:239 (host_of
     docstring)

2. CodeQL `py/incomplete-url-substring-sanitization` —
   `assert "apache.org" in v.reason` in test_apache_org_is_approved.
   False positive: v.reason is a human-readable message, not a URL
   being validated. Tightened the assertion to match the production
   code's exact phrasing (`"*.apache.org-hosted"`); now it's
   unambiguously not a URL check, and as a side-benefit it locks
   the user-facing reason text against accidental drift.

Local prek run — all hooks pass including typos.

Generated-by: Claude Code (Claude Opus 4.7)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to