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(serve-static): support absolute root #3420

Merged
merged 8 commits into from
Sep 24, 2024

don't allow directory traversal and fix the behavior when root includ…

6365ba9
Select commit
Loading
Failed to load commit list.
Merged

feat(serve-static): support absolute root #3420

don't allow directory traversal and fix the behavior when root includ…
6365ba9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2024 in 0s

95.78% (target 75.00%)

View this Pull Request on Codecov

95.78% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.78%. Comparing base (dfbd717) to head (6365ba9).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/adapter/deno/serve-static.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3420   +/-   ##
=======================================
  Coverage   95.77%   95.78%           
=======================================
  Files         155      155           
  Lines        9310     9325   +15     
  Branches     2725     2808   +83     
=======================================
+ Hits         8917     8932   +15     
  Misses        393      393           

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