Files
vscode-codeql/extensions/ql-vscode/test/pure-tests/remote-queries/markdown-generation/interpreted-results/data/results-repo2.md
2022-04-11 15:24:08 +01:00

593 B

meteor/meteor

npm-packages/meteor-installer/install.js

  if (isWindows()) {
    //set for the current session and beyond
    child_process.execSync(`setx path "${meteorPath}/;%path%`);
    return;
  }

This shell command depends on an uncontrolled absolute path.