Ashwinhegde19
Results
2
issues of
Ashwinhegde19
Fixes #3414 Related: #3221 Pressing Up/Down arrow with empty input history crashes the TUI. Changes: - Added explicit return type to `history.move()` - Changed implicit `return` to explicit `return undefined`...
This PR fixes a security issue where File.read and File.list could follow symlinks outside the project directory due to lexical path checks. This allows potential path traversal. The code now...