Files
lodash/test
Manuel Jasso 5c08f18d36 Prevent ReDoS
To fix https://github.com/lodash/lodash/issues/3359, modified reHasUnicodeWord to remove an unnecessary comma which made the regex greedy, this is only a test regex and not a matching regex. Added unit tests, this now should run under 5 ms instead of over 1000 ms for huge 50k+ char words.
2018-08-30 22:07:27 -07:00
..
2016-10-15 18:10:50 -07:00
2016-02-21 19:35:08 -08:00
2016-12-21 00:19:59 -06:00
2018-02-03 21:25:41 -08:00
2018-08-30 22:07:27 -07:00