zeroizerz
Results
1
comments of
zeroizerz
x/text: *Profile.process to throw labelError if verifyDNSLength = true and s ends with trailing dot.
As per https://github.com/golang/go/issues/58778#issuecomment-1603110571: The root label should be disallowed when VerifyDNSLength is true, so `www.éxamplé.ćóḿ.` should also be rejected but is currently not. So this problem does not only affect...