The server is logging secrets when logging rpc messages. This is problematic from a security perspective, as it could potentially leak sensitive access tokens.
As logging the incoming rpc can still be handy I propose a PR to address this issue by replacing any "secret"-named argument by stars in the logged message. What do you think of this solution?
Hi,
The server is logging secrets when logging rpc messages. This is problematic from a security perspective, as it could potentially leak sensitive access tokens.
As logging the incoming rpc can still be handy I propose a PR to address this issue by replacing any "secret"-named argument by stars in the logged message. What do you think of this solution?
Regards,