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 #1804

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Mar 15, 2024

closes #1800

pick from #1803

@fengmk2 fengmk2 added the bug label 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 (5f15941) to head (926243b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1804   +/-   ##
=======================================
  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 435534a into master Mar 15, 2024
17 checks passed
@fengmk2 fengmk2 deleted the fix-redirect-security-escapes-for-v3 branch March 15, 2024 07:19
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