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: reject double-slashes #22

Merged
merged 1 commit into from
Mar 16, 2022
Merged

fix: reject double-slashes #22

merged 1 commit into from
Mar 16, 2022

Conversation

tripodsan
Copy link
Contributor

@tripodsan tripodsan commented Mar 16, 2022

fixes #20

@github-actions
Copy link

This PR will trigger a patch release when merged.

@codecov
Copy link

codecov bot commented Mar 16, 2022

Codecov Report

Merging #22 (18fd59b) into main (bee0a0b) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main       #22   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           41        41           
  Lines         2717      2720    +3     
=========================================
+ Hits          2717      2720    +3     
Impacted Files Coverage Δ
src/utils/path.js 100.00% <100.00%> (ø)

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 4818922...18fd59b. Read the comment docs.

@tripodsan tripodsan merged commit 5aee75d into main Mar 16, 2022
@tripodsan tripodsan deleted the fix-double-slash branch March 16, 2022 14:45
@github-actions
Copy link

🎉 This PR is included in version 1.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Mar 16, 2022
## [1.2.1](v1.2.0...v1.2.1) (2022-03-16)

### Bug Fixes

* reject double-slashes ([#22](#22)) ([5aee75d](5aee75d)), closes [#20](#20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

urls with multiple slashes should give 404
2 participants