mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
support rest-patterns inside property patterns
This commit is contained in:
@@ -52,6 +52,6 @@ cp.exec("cmd.sh " + require("optimist").argv.foo); // NOT OK
|
||||
.usage('Usage: foo bar')
|
||||
.command();
|
||||
|
||||
cp.exec("cmd.sh " + args); // NOT OK - but not flagged yet.
|
||||
cp.exec("cmd.sh " + args); // NOT OK
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user