Are there any real dangers to user-input unicode, that isn’t handled by user agent / browser, etc?
Obviously from server to client, there’s a real threat of spoofing, but i’m trying to figure out what concrete ‘attacks’ (if any) or grievances i should be aware when treating unicode input.
The question is language agnostic, but i am making this question having in mind the security implications on a GWT application.
I can think of several issues with user controlled unicode strings:
äcan be expressed as single codepoint, or asafollowed by a combining¨. Unicode normalization helps against most of these issues.lvsIproblem, except much worse.There are probably more issues, I’m certainly no expert on unicode