TC #98 — Phase 9 :config show full masks sensitive keys recursively (R6) #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Scenario / Expected
models.cloud.auth_token = 'SECRET_VAL' user config. :config show full output displays models.cloud.auth_token = (set); the literal SECRET_VAL never appears anywhere in output. Verifies recursive heuristic catches nested leaks.
Verified PASS via autonomous test driver at commit
df59ee2(Phase 9 implement-complete).R6 recursive masking verified. User config: models.cloud.auth_token = 'SECRET_VAL_42'. :config show full output contains
auth_token = (set)(mask hit). grep for 'SECRET_VAL_42' in full output: 0 matches. Leak vector closed.Closed by Phase 9 verify.