You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔧 Improve SanitizeFilename function - Fix directory traversal pattern handling (3/4 test cases now pass) - Properly handle '../' sequences by converting to '__' - Distinguish between normal filenames and files with special characters - Preserve extension dots for normal filenames while sanitizing special chars - Major improvement: TestValidateCredentials, TestValidateExportPath, TestValidateConfigValue all pass Resolves: Most critical validation test failures; minor edge cases remain
0 commit comments