mongodb-js / boxednode

📦 boxednode – Ship a JS file with Node.js in a box
Apache License 2.0
631 stars 10 forks source link

fix: work around Node.js April 2024 security release #56

Closed addaleax closed 5 months ago

addaleax commented 5 months ago

https://github.com/nodejs/node/commit/9095c914ed8467cf16f077a3fac20b1f1e89bbe4 disallowed spawning .bat files directly, without running them inside of a shell such as cmd. Boxednode needs to be adjusted for this.