Redact personal email from public documentation - #102
Merged
Conversation
The address appeared in prose across public documentation on the default branch. Replaced with REDACTED-operator-google-account, which preserves the meaning of each sentence (which identity is in use) without publishing the identifier. Deliberately NOT changed: - allowed_signers principal in home/.chezmoidata.yaml. It is matched against the committer identity for SSH signature verification; changing it without also changing git user.email would break verification. - approved_by fields in policy data and their test fixtures. Those are audit records, and the fixtures must continue to match the policy. Scope note: this address is also the git author identity on every commit in this and other public repositories, so it remains publicly visible through commit metadata. Redacting the prose does not close that surface; changing user.email going forward would.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The personal email address appeared in prose across public documentation on the default branch. Replaced with
REDACTED-operator-google-account, which preserves the meaning of each sentence (which identity is in use) without publishing the identifier.Deliberately NOT changed
allowed_signersprincipal inhome/.chezmoidata.yaml(system-config). It is matched against the committer identity for SSH signature verification; changing it without also changinggit user.emailwould break verification.approved_byfields in policy data and their test fixtures. Those are audit records, and the fixtures must continue to match the policy.Scope note
This address is also the git author identity on every commit in this and other public repositories, so it remains publicly visible through commit metadata. Redacting the prose does not close that surface. Changing
user.emailgoing forward would — the noreply form is12234311+verlyn13@users.noreply.github.com, andallowed_signerswould need to move with it.