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
Prevent path traversal in --coverage-dir argument (#78)
* Fix path traversal vulnerability in --coverage-dir option
Resolve the provided path to an absolute path and verify it stays
within process.cwd(), rejecting any value that would escape the
current working directory via ../ sequences.
https://claude.ai/code/session_01SoGLdxJCSsRPACjf6uLuyR
* rebase + format
---------
Co-authored-by: Claude <[email protected]>
0 commit comments