We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a247df7 commit 431497dCopy full SHA for 431497d
lib/check_reqs.js
@@ -110,7 +110,7 @@ module.exports.get_gradle_wrapper = function () {
110
let program_dir;
111
// OK, This hack only works on Windows, not on Mac OS or Linux. We will be deleting this eventually!
112
if (module.exports.isWindows()) {
113
- // "spawn" option enabled for CVE-2024-27980 (Windows) Mitigation
+ // "shell" option enabled for CVE-2024-27980 (Windows) Mitigation
114
// See https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2 for more details
115
const result = execa.sync(path.join(__dirname, 'getASPath.bat'), { shell: true });
116
// console.log('result.stdout =' + result.stdout.toString());
0 commit comments