Files
nomulus/core
Ben McIlwainandGitHub 9c4a558d7b Censor domain authcode by default in tools (#3170)
When inspecting domain entities with tools like GetDomainCommand, displaying
plaintext authentication codes is unnecessary and presents a security risk
for credential exposure in logs and bug ticket comments (b/537293980).

This commit modifies GetDomainCommand to redact sensitive authcodes by
default using an in-memory entity builder snapshot while preserving database
records. An optional --show_authcode flag with arity 1 is introduced to
explicitly display authcodes when required for transfer authorization.

BUG= http://b/537293980
2026-07-24 14:26:38 +00:00
..
2026-04-02 21:23:00 +00:00