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
Taint analysis + secret scanning now run on the check path (check/scan_file/scan_changed_files/pre-commit/diff), catching two-step variable-indirection flows and hardcoded keys before commit
New exec()/execSync() command-injection taint sink (method calls like regex.exec excluded)
Open-redirect no longer fires on same-origin relative paths; taint/secrets skip minified bundles and test fixtures