mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
doc changes from review
Co-Authored-By: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
committed by
GitHub
parent
44db0f4e5d
commit
75c1852ee4
@@ -8,7 +8,7 @@ import Declarations.UnusedVariable
|
||||
|
||||
/**
|
||||
* A call that executes a system command.
|
||||
* This class provide utility predicates for reasoning about command execution calls.
|
||||
* This class provides utility predicates for reasoning about command execution calls.
|
||||
*/
|
||||
private class CommandCall extends DataFlow::InvokeNode {
|
||||
SystemCommandExecution command;
|
||||
@@ -38,7 +38,7 @@ private class CommandCall extends DataFlow::InvokeNode {
|
||||
predicate hasArgumentList() { exists(command.getArgumentList()) }
|
||||
|
||||
/**
|
||||
* Gets the data-flow node (if it exists) for a options argument for an `exec`-like call.
|
||||
* Gets the data-flow node (if it exists) for an options argument for an `exec`-like call.
|
||||
*/
|
||||
DataFlow::Node getOptionsArg() {
|
||||
exists(int n |
|
||||
|
||||
Reference in New Issue
Block a user