You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2022. It is now read-only.
Properly quote regex replacement string in path canonicalization
Backslashes and dollars in regex replacement strings are interpreted
as back references. The canonicalization chokes on paths like:
/base/path/something/Foo$.js
(because of the `$`). Quoting the replacement string mitigates this.
0 commit comments