3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
899 stars 135 forks source link

[fix]: all long consecutive alphanums are probably evil, not just lowercase #145

Closed ChALkeR closed 5 years ago

ChALkeR commented 5 years ago

Earlier, all useragents with lowercase alphanum strings of 100 chars without separators were treated as unrecognised for safety (because uap-core regexes are unsafe), but that did not affect uppercase strings.

Timeline: