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

encoding/json: validate strings when decoding into Number #34272

Closed
wants to merge 1 commit into from

Commits on Sep 16, 2019

  1. encoding/json: validate strings when decoding into Number

    Unmarshaling a string into a json.Number should first check that
    the string is a valid Number.
    If not, we should fail without decoding it.
    
    Fixes golang#14702
    breml committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    fe69bb6 View commit details
    Browse the repository at this point in the history