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
Message.Deserialise(...) assumes a non-mutated, perfectly formatted message is provided.
If invalid data is provided, it will still try to parse the data and possibly have a fatal failure.
The CoAP specification clearly states multiple scenarios that need to be checked and reject or ignore the message.
The text was updated successfully, but these errors were encountered:
Message.Deserialise(...) assumes a non-mutated, perfectly formatted message is provided.
If invalid data is provided, it will still try to parse the data and possibly have a fatal failure.
The CoAP specification clearly states multiple scenarios that need to be checked and reject or ignore the message.
The text was updated successfully, but these errors were encountered: