Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[security] add protective measures against buffer overflows #6

Open
Meulengracht opened this issue May 5, 2021 · 0 comments
Open

Comments

@Meulengracht
Copy link
Owner

Currently there is no protection against serializing too much data and deserializing a message that is too large. Max Message Size is defined in both client and server - and we have no "negotiation" phase which would inform each other of their respective max sizes. A solution needs to be defined for this and implemented.

@Meulengracht Meulengracht changed the title [general] add protective measures against buffer overflows [security] add protective measures against buffer overflows May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant