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

feat: formatting redirect url on http(s) protocol url #4

Merged
merged 1 commit into from Mar 15, 2024

Conversation

fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Mar 15, 2024

avoid security escapes

closes eggjs/egg-security#91

@fengmk2 fengmk2 added the bug Something isn't working label Mar 15, 2024
@fengmk2 fengmk2 requested a review from killagu March 15, 2024 06:12
Copy link

@killagu killagu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.62%. Comparing base (33e493a) to head (54d156b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master       #4   +/-   ##
=======================================
  Coverage   99.62%   99.62%           
=======================================
  Files           5        5           
  Lines        1580     1584    +4     
  Branches      288      289    +1     
=======================================
+ Hits         1574     1578    +4     
  Misses          6        6           

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

@fengmk2 fengmk2 merged commit 7e7fcd1 into master Mar 15, 2024
20 checks passed
@fengmk2 fengmk2 deleted the fix-redirect branch March 15, 2024 06:16
fengmk2 pushed a commit that referenced this pull request Mar 15, 2024
[skip ci]

## [2.17.0](v2.16.0...v2.17.0) (2024-03-15)

### Features

* formatting redirect url on http(s) protocol url ([#4](#4)) ([7e7fcd1](7e7fcd1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

不安全地址补充
2 participants