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 command injection in WebAuth.js open() — replace exec() with execFile() #6089
Fix command injection in PM2IO.js open() — replace exec() with execFile(), validate SUDO_USER
Fix command injection in lib/tools/open.js — replace exec() with execFile(), validate SUDO_USER
Fix prototype pollution in Configuration.set/unset via proto key traversal #6089
Fix HttpInterface env stripping never executing (WEB_STRIP_ENV_VARS) #6089
Bug Fixes
Rewrite TreeKill: single ps snapshot + in-memory tree build, eliminates race conditions. SIGKILL escalation now targets surviving child processes directly instead of re-walking a dead tree #6084
Fix [object Object] env vars leaked to fork mode subprocesses #6073
Fix Windows home path: use os.homedir() instead of HOMEPATH/HOMEDRIVE env vars #6106
Fix Windows TreeKill callback consistency
Fix missing BPM monitoring injection in Bun cluster mode (ProcessContainerBun.js)
Fix ReferenceError crash in Bun cluster console overrides when disable_logs is true