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

Add path sanitization missing step in some DataSources methods. #2054

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

PProfizi
Copy link
Contributor

@PProfizi PProfizi commented Feb 4, 2025

This missing step resulted in unexplained crashes due to paths using \ instead of /.

@PProfizi PProfizi added the bug Something isn't working label Feb 4, 2025
@PProfizi PProfizi added this to the 0.13.5 milestone Feb 4, 2025
@PProfizi PProfizi requested a review from rafacanton February 4, 2025 14:49
@PProfizi PProfizi self-assigned this Feb 4, 2025
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.52%. Comparing base (b673c4f) to head (76d461a).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2054      +/-   ##
==========================================
- Coverage   88.55%   88.52%   -0.04%     
==========================================
  Files          90       90              
  Lines       10225    10233       +8     
==========================================
+ Hits         9055     9059       +4     
- Misses       1170     1174       +4     

@PProfizi PProfizi merged commit fab9c63 into master Feb 5, 2025
46 checks passed
@PProfizi PProfizi deleted the feat/sanitize_result_path branch February 5, 2025 14:39
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