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

protobuf: recursively validate unknown fields. #8094

Merged
merged 1 commit into from
Sep 2, 2019

Commits on Aug 29, 2019

  1. protobuf: recursively validate unknown fields.

    This PR unifies the recursive traversal of deprecated fields with that of unknown fields. It doesn't
    deal with moving to a validator visitor model for deprecation; this would be a nice cleanup that we
    track at envoyproxy#8092.
    
    Risk level: Low
    Testing: New nested unknown field test added.
    
    Fixes envoyproxy#7980
    
    Signed-off-by: Harvey Tuch <htuch@google.com>
    htuch committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    b885fc4 View commit details
    Browse the repository at this point in the history