fix(telemetry): scrub existing rows, and stop --author= being eaten (#3925)

This commit is contained in:
2026-09-11 15:43:31 -04:00
parent bfa2d419f9
commit 18e3cf9f2f
3 changed files with 115 additions and 1 deletions
+7
View File
@@ -71,6 +71,13 @@ _EVIDENCE = [
# The word "token" in ordinary prose is not a token.
"explain how the token bucket rate limiter works",
"wc -l src/*.py && date",
# `--author=` contains "auth". A bare `auth` keyword in the assigned
# pattern redacted the address here, which is the evidence-eating failure
# this block exists to catch — and it shipped for one commit because the
# set did not contain a case with it. `AUTH_TOKEN=` is still caught, via
# `token`.
"git commit --author=bvandeusen@example.com -m 'x'",
"git log --author=\"Bryan Van Deusen\" --oneline",
]