You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LSC: Refactor Protobuf Message.toString calls that blocks[]
[]
Background:
Protobuf Message.toString() currently serializes all the fields in a proto into a human-readable representation, which has led to many privacy incidents where Message.toString() outputs containing sensitive fields (e.g. private keys) were accidentally logged. To prevent such privacy incidents, while minimizing reliability risks, we (orrery-debug-string@) are in the process of changing Protobuf Message.toString()’s output format in stages:[]
PiperOrigin-RevId: 759759246
Change-Id: I4f36ad4fc23a4b805ab270d028f93eacbf0bf389
0 commit comments