No description
Find a file
Snider 700747aa0b security: add key redaction and log injection prevention
Add SetRedactKeys() for masking sensitive values in log output.
Quote string values with %q to prevent log injection attacks.
Add AllOps iterator and improve error stack formatting.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 08:29:57 +00:00
.core chore: add .core/ build and release configs 2026-03-06 18:52:36 +00:00
errors.go security: add key redaction and log injection prevention 2026-03-09 08:29:57 +00:00
errors_test.go security: add key redaction and log injection prevention 2026-03-09 08:29:57 +00:00
go.mod feat: standalone structured logging and error handling 2026-03-06 09:30:57 +00:00
go.sum feat: standalone structured logging and error handling 2026-03-06 09:30:57 +00:00
log.go security: add key redaction and log injection prevention 2026-03-09 08:29:57 +00:00
log_test.go security: add key redaction and log injection prevention 2026-03-09 08:29:57 +00:00