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

issues/381: Try and prevent path traversal attacks #382

Merged
merged 17 commits into from
Sep 2, 2023
Merged

issues/381: Try and prevent path traversal attacks #382

merged 17 commits into from
Sep 2, 2023

Conversation

komuw
Copy link
Owner

@komuw komuw commented Sep 2, 2023

@komuw komuw marked this pull request as ready for review September 2, 2023 09:05
@codecov-commenter
Copy link

codecov-commenter commented Sep 2, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.14% 🎉

Comparison is base (57591f9) 73.28% compared to head (0a0cc4c) 73.42%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #382      +/-   ##
==========================================
+ Coverage   73.28%   73.42%   +0.14%     
==========================================
  Files          47       48       +1     
  Lines        5604     5619      +15     
==========================================
+ Hits         4107     4126      +19     
+ Misses       1204     1201       -3     
+ Partials      293      292       -1     
Files Changed Coverage Δ
middleware/middleware.go 100.00% <100.00%> (ø)
middleware/traversal.go 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@komuw komuw merged commit a0c8627 into main Sep 2, 2023
2 of 4 checks passed
@komuw komuw deleted the issues/381 branch September 2, 2023 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

should we do anything about path traversal issues?
2 participants