Fix cleartext leak in log
Change-Id: Ifb9faaa52f63bcf9c88a8499c2b078dd1a2de62e
This commit is contained in:
parent
a812b77e7d
commit
9ea0f88181
1
changelog.d/6706.bugfix
Normal file
1
changelog.d/6706.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix message content sometimes appearing in the log
|
@ -63,7 +63,7 @@ internal class VerificationMessageProcessor @Inject constructor(
|
|||||||
// the message should be ignored by the receiver.
|
// the message should be ignored by the receiver.
|
||||||
|
|
||||||
if (!VerificationService.isValidRequest(event.ageLocalTs, clock.epochMillis())) return Unit.also {
|
if (!VerificationService.isValidRequest(event.ageLocalTs, clock.epochMillis())) return Unit.also {
|
||||||
Timber.d("## SAS Verification live observer: msgId: ${event.eventId} is outdated age:$event.ageLocalTs ms")
|
Timber.d("## SAS Verification live observer: msgId: ${event.eventId} is outdated age:${event.ageLocalTs} ms")
|
||||||
}
|
}
|
||||||
|
|
||||||
Timber.v("## SAS Verification live observer: received msgId: ${event.eventId} type: ${event.getClearType()}")
|
Timber.v("## SAS Verification live observer: received msgId: ${event.eventId} type: ${event.getClearType()}")
|
||||||
|
Loading…
Reference in New Issue
Block a user