3rd-Eden / useragent

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

Fixed ReDoS in #147 by switching to RE2 regex engine #160

Closed bbeale closed 4 years ago

bbeale commented 4 years ago

I recently fixed a ReDoS in another package this way. It was quick and easy enough to implement here as well. useragent-re2.