File tree Expand file tree Collapse file tree
javascript/ql/src/semmle/javascript/security Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import Declarations.UnusedVariable
88
99/**
1010 * A call that executes a system command.
11- * This class provide utility predicates for reasoning about command execution calls.
11+ * This class provides utility predicates for reasoning about command execution calls.
1212 */
1313private class CommandCall extends DataFlow:: InvokeNode {
1414 SystemCommandExecution command ;
@@ -38,7 +38,7 @@ private class CommandCall extends DataFlow::InvokeNode {
3838 predicate hasArgumentList ( ) { exists ( command .getArgumentList ( ) ) }
3939
4040 /**
41- * Gets the data-flow node (if it exists) for a options argument for an `exec`-like call.
41+ * Gets the data-flow node (if it exists) for an options argument for an `exec`-like call.
4242 */
4343 DataFlow:: Node getOptionsArg ( ) {
4444 exists ( int n |
You can’t perform that action at this time.
0 commit comments