confluentinc / kafka-connect-storage-common

Shared software among connectors that target distributed filesystems and cloud storage.
Other
3 stars 154 forks source link

CCMSG-2370: Remove logging struct in exception #289

Closed snehashisp closed 1 year ago

snehashisp commented 1 year ago

Problem

A data exception if thrown can include struct information which contain user data. This is a security concern.

Solution

Remove struct from the exception logging.

Does this solution apply anywhere else?
If yes, where?

Test Strategy

Testing done:

Release Plan