Golang: The Art of Reflection

Using reflection in Golang to scrub sensitive data from logs Logging sensitive data is an enduring issue that has resulted in some famous CVEs, such as CVE-2020-2004 and CVE-2014-0920. Scrubbing such data before logging it is a problem that every development team must solve at some point. In this blog post, we’ll discuss a solution …