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
Currently, the protocol implementation does not limit sizes of incoming messages, which potentially allows attacker to send gigabytish integers that could result into DoS attack. We should consider limiting acceptable ranges from received messages.
Currently, the protocol implementation does not limit sizes of incoming messages, which potentially allows attacker to send gigabytish integers that could result into DoS attack. We should consider limiting acceptable ranges from received messages.