mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
add failing test
This commit is contained in:
@@ -8,4 +8,8 @@ module.exports.foo = function (name) {
|
||||
cp.exec("rm -rf " + name); // NOT OK - this is being called explicitly from child_process-test.js
|
||||
};
|
||||
|
||||
module.exports.amd = require("./amd.js");
|
||||
module.exports.amd = require("./amd.js");
|
||||
|
||||
module.exports.arrToShell = function (cmd, arr) {
|
||||
cp.spawn("echo", arr, {shell: true}); // NOT OK - but not flagged [INCONSISTENCY]
|
||||
}
|
||||
Reference in New Issue
Block a user