-
Notifications
You must be signed in to change notification settings - Fork 18k
net/url: URL allows malformed query round trip [1.11 backport] #29923
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
Comments
@bradfitz The cherry-pick hits a merge conflict, leaving this and the 1.10 cherry-pick to you. |
Sounds good. I'll handle these. FYI I sent out https://go-review.googlesource.com/c/go/+/160178 for a fixed (and more permissive) version of the check for Go 1.13. That's probably what I'll backport, or maybe I'll only reject \x00, \r, and \n for those older releases. |
Change https://golang.org/cl/160798 mentions this issue: |
Closed by merging eb0f2b3 to release-branch.go1.11. |
…in URLs Cherry pick of combined CL 159157 + CL 160178. Fixes #29923 Updates #27302 Updates #22907 Change-Id: I6de92c14284595a58321a4b4d53229285979b872 Reviewed-on: https://go-review.googlesource.com/c/160798 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
@FiloSottile requested issue #22907 to be considered for backport to the next 1.11 minor release.
The text was updated successfully, but these errors were encountered: