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
With a recent security patch for Node.js for the versions 18.X, 20.X and 21.X, Node now prevents from executing .bat / .cmd scripts with the spawn function on Windows.
To fix this, the command should be sanitized and tha parameter { shell: true } should be passed to the spawn function.
With a recent security patch for Node.js for the versions 18.X, 20.X and 21.X, Node now prevents from executing .bat / .cmd scripts with the
spawn
function on Windows.To fix this, the command should be sanitized and tha parameter
{ shell: true }
should be passed to thespawn
function.Links:
The text was updated successfully, but these errors were encountered: