You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
martinheidegger
changed the title
test/js/go: resolveN('dnslink.dev/abcd?foo=bar') should error
test/js/go: resolve('dnslink.dev/abcd?foo=bar') should error
Aug 22, 2021
The behavior in the current releases of js/go is that they pass the domain without extensive pre-processing to the DNS servers, which will will cause a NXDomain error like:
Concern
Allowing arbitrary strings is leaky: mixes DNS names with protocol/application-specific paths.
We should be more strict here.
Ask
return "invalid FQDN" error when invalid FQDN is passed to resolve methods
The text was updated successfully, but these errors were encountered: