typeshare icon indicating copy to clipboard operation
typeshare copied to clipboard

Decorator to redact Kotlin toString

Open jonduran3000 opened this issue 1 year ago • 0 comments

Adds a Kotlin-language specific decorator in order to generate a custom toString function on data classes where all the field data removed. This is a guard to avoid potentially leaking sensitive data to logs via the default toString function.

jonduran3000 avatar Apr 30 '24 21:04 jonduran3000