Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix redirections on Windows #261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Xmader
Copy link

@Xmader Xmader commented Jun 5, 2019

Thank you for fixing Backport Open Redirect vulnerability, but it breaks on Windows machines.

path.normalize("/path/to/file") returns \path\to\file on Windows, and it doesn't work in browsers.

@codecov-io
Copy link

codecov-io commented Jun 5, 2019

Codecov Report

Merging #261 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #261   +/-   ##
=======================================
  Coverage   75.26%   75.26%           
=======================================
  Files          11       11           
  Lines         558      558           
  Branches      128      128           
=======================================
  Hits          420      420           
  Misses         51       51           
  Partials       87       87
Impacted Files Coverage Δ
lib/ecstatic.js 72.36% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ae7a39b...4d75eef. Read the comment docs.

@Xmader
Copy link
Author

Xmader commented Jun 15, 2019

#262

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants