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(multipart): add max_length to secure_filename() #2421

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Updated code to handle test cases and comment

626da2d
Select commit
Loading
Failed to load commit list.
Open

feat(multipart): add max_length to secure_filename() #2421

Updated code to handle test cases and comment
626da2d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 13, 2024 in 0s

99.93% (-0.07%) compared to 11076b8

View this Pull Request on Codecov

99.93% (-0.07%) compared to 11076b8

Details

Codecov Report

Attention: Patch coverage is 54.54545% with 5 lines in your changes missing coverage. Please review.

Project coverage is 99.93%. Comparing base (11076b8) to head (626da2d).

Files with missing lines Patch % Lines
falcon/util/misc.py 44.44% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            master    #2421      +/-   ##
===========================================
- Coverage   100.00%   99.93%   -0.07%     
===========================================
  Files           64       64              
  Lines         7728     7737       +9     
  Branches      1071     1073       +2     
===========================================
+ Hits          7728     7732       +4     
- Misses           0        4       +4     
- Partials         0        1       +1     

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