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: formatting redirect url on http(s) protocol url #1803

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Mar 15, 2024

closes #1800

@fengmk2 fengmk2 added the bug label Mar 15, 2024
@fengmk2 fengmk2 self-assigned this Mar 15, 2024
Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.66%. Comparing base (a08b386) to head (cc40a85).

Additional details and impacted files
@@           Coverage Diff           @@
##             v2.x    #1803   +/-   ##
=======================================
  Coverage   98.66%   98.66%           
=======================================
  Files           5        5           
  Lines         523      525    +2     
  Branches      146      147    +1     
=======================================
+ Hits          516      518    +2     
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fengmk2 fengmk2 merged commit 2510b0b into v2.x Mar 15, 2024
17 checks passed
@fengmk2 fengmk2 deleted the fix-redirect-security-escapes branch March 15, 2024 06:45
fengmk2 added a commit that referenced this pull request Mar 15, 2024
fengmk2 added a commit that referenced this pull request Mar 15, 2024
etroynov pushed a commit to etroynov/koa that referenced this pull request Apr 1, 2024
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.

if "\@" in url ,the redirect result doesn't match the host of the new URL()
1 participant