-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Improve Option::None
size validation
#2323
Comments
Is this still a thing? |
It is yes, as we are not correctly validating option length. Not a massive deal as |
Two more questions:
|
|
Going to un-assign my self as this could be picked up by anyone and is not on my immediate radar. |
For the above reason, I think we can deprioritise this issue. Additionally this code has now been audited in a few ways and it remains sound. There is enough validation in other coders and around the empty option that we can have confidence. IMO the real value will come from improved coder wide length validation in #1795. |
In #2322 we removed the expected size validation for nested options. That should be reintroduced.
The text was updated successfully, but these errors were encountered: