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
This seems to be caused by NodeJS fixing CVE-2024-27980 detailed in this blog post by the NodeJS maintainers. cp.spawn is now required to pass { shell: true } if we want to call a .cmd file on Windows.
The text was updated successfully, but these errors were encountered:
sxxov
linked a pull request
Oct 1, 2024
that will
close
this issue
This seems to be caused by NodeJS fixing
CVE-2024-27980
detailed in this blog post by the NodeJS maintainers.cp.spawn
is now required to pass{ shell: true }
if we want to call a.cmd
file on Windows.The text was updated successfully, but these errors were encountered: