Files
Myles Borins bf00665af6 path: unwind regular expressions in Windows
This is the second part to removing REDOS vulnerabilities from v4.x

The function `splitTailRe` exposed a REDOS vulnerability. It was only
utilized in the Windows implementation of a number of the path utilities.
In v6.x a change landed that unwound this regular expression, and in
turn patched the vulnerability.

This commit copies the unwound implementation currently found on v8.x.
It is completely self contained. I attempted to keep all warnings
and deprecations the same as the v4.x implementation, but may have
missed something buried in the large unwound functions.

Refs: https://github.com/nodejs/node/commit/b212be08f6
2018-02-22 17:47:13 -05:00
..
2017-01-31 20:04:27 -05:00
2017-03-08 17:29:27 -08:00
2017-03-08 17:29:47 -08:00
2016-10-26 14:09:01 -04:00
2016-10-26 14:09:18 -04:00
2017-01-31 20:04:27 -05:00
2017-01-31 20:04:27 -05:00
2017-03-08 17:29:19 -08:00
2016-12-13 16:25:30 -05:00
2016-11-14 11:39:59 -05:00
2015-01-31 23:47:29 -05:00