Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
event: remove infinite recursion in compactionAnnotations.SafeFormat
We have an infinite recursion where we try to repeatedly call SafeFormat on compactionAnnotations, as we pass the unmodified ca variable as-is to redact.Safe. This change addresses that by breaking up the []string and formatting it individually.
- Loading branch information