Skip to content

Commit 75c1852

Browse files
erik-kroghesbena
andauthored
doc changes from review
Co-Authored-By: Esben Sparre Andreasen <esbena@github.com>
1 parent 44db0f4 commit 75c1852

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

javascript/ql/src/semmle/javascript/security/UselessUseOfCat.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
1313
private 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 |

0 commit comments

Comments
 (0)