mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
add comment about negative optionsArg
This commit is contained in:
@@ -7,7 +7,7 @@ import javascript
|
||||
|
||||
private class SystemCommandExecutors extends SystemCommandExecution, DataFlow::InvokeNode {
|
||||
int cmdArg;
|
||||
int optionsArg;
|
||||
int optionsArg; // either a positive number representing the n'th argument, or a negative number representing the n'th last argument (e.g. -2 is the second last argument).
|
||||
|
||||
boolean shell;
|
||||
boolean sync;
|
||||
|
||||
Reference in New Issue
Block a user