Update README.md

This commit is contained in:
Jimmy Debe 2024-01-06 21:32:15 -05:00 committed by GitHub
parent c0235477e5
commit fd565a4bd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,8 +223,8 @@ The Waku message `timestamp` attribute is set by the sender.
Therefore, because message timestamps arent independently verified,
this attribute is prone to exploitation and misuse.
It should not solely be relied upon for operations such as message ordering.
For example,
a malicious actor can arbitrarily set the `timestamp` of a Waku message to a high value so that it always shows up as the most recent message in a chat application.
For example, a malicious actor can arbitrarily set the `timestamp` of a Waku message to a high value, so
that it always shows up as the most recent message in a chat application.
Applications using Waku messages `timestamp` attribute are RECOMMENDED to use additional methods for more robust message ordering.
An example of how to deal with message ordering against adversarial message timestamps can be found in the Status protocol,
see [62/STATUS-PAYLOADS](/spec/62).