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(sandbox): scope path-stripping test to sandbox frames only
The error stack test was checking the entire error stack, which
includes Vitest's own internal frames at /home/runner/work/...
paths. These are legitimate and unrelated to sandbox path disclosure.
Now the test only checks stack frames up to (but not including)
Script.runInContext — the part that comes from the sandboxed code
and is under our control.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments