-
Notifications
You must be signed in to change notification settings - Fork 0
Confusables - does it reverse punycode? #23
Copy link
Copy link
Open
Description
The "confusables" section - does it reverse punycode? All the strings in our case that are fed in have been punycoded. I am not certain if the code reverses that punycode action before performing a confusables match. If not, it needs to do that on strings bounded by "." and starting with "xn--"
If it already does that: great!
Also: there are two classes of confusables: punycode and non-punycode confusables. Catching both types of confusables may necessitate two runs. Example: netf1ix.com is a non-punycode confusable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels