Nexus-Mods / Vortex

Vortex Development
GNU General Public License v3.0
822 stars 124 forks source link

Investigate Node 18.20.x security feature breaking our build process #15550

Open IDCs opened 2 weeks ago

IDCs commented 2 weeks ago

A new security feature was introduced in NodeJS 18.20.x which is causing our build process to fail. We need to investigate whether a change needs to be made to Vortex's codebase or if this is a bug in Node.

https://github.com/node-red/node-red/pull/4652

IDCs commented 2 weeks ago

Unfortunately we need to go through our codebase and add the shell: true property to all affected spawn calls. We have two potential solutions: