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
fix: normalize path separators for cross-platform security
- Normalize backslashes to forward slashes before path resolution
- Use path.resolve() for proper absolute path handling on all OS
- Add additional path traversal test cases (multi-level, absolute paths)
- Fixes CI test failure on Linux where backslash wasn't recognized as separator
0 commit comments