-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
url-whatwg: disallow invalid IPv4 in IPv6 parser #10655
Comments
Just noting: this issue is about the parser accepting invalid IPv4-in-IPv6 inputs. A spec fix is being proposed that will need to be implemented here. |
This has landed in the spec, along with tests at web-platform-tests/wpt#4513. In a related area, someone found a separate bug in jsdom/whatwg-url's IPv6 parser, and we added a WPT for it: web-platform-tests/wpt#4528. Maybe pull that in while you're here. |
I'm working on this. |
PR-URL: nodejs#12507 Fixes: nodejs#10655 Reviewed-By: James M Snell <[email protected]>
PR-URL: #12507 Fixes: #10655 Reviewed-By: James M Snell <[email protected]>
Refs: whatwg/url#196 and whatwg/url#195
@nodejs/url
The text was updated successfully, but these errors were encountered: