File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ module RemoteSource {
105
105
}
106
106
107
107
/**
108
- * A data-flow node that constructs a SQL statement.
108
+ * A data-flow node that constructs a SQL statement (for later execution) .
109
109
*
110
110
* Often, it is worthy of an alert if a SQL statement is constructed such that
111
111
* executing it would be a security risk.
@@ -133,10 +133,10 @@ module SqlConstruction {
133
133
}
134
134
135
135
/**
136
- * A data-flow node that executes SQL statements.
136
+ * A data-flow node that constructs and executes SQL statements.
137
137
*
138
138
* If the context of interest is such that merely constructing a SQL statement
139
- * would be valuable to report, consider using `SqlConstruction`.
139
+ * would be valuable to report, consider also using `SqlConstruction`.
140
140
*
141
141
* Extend this class to refine existing API models. If you want to model new APIs,
142
142
* extend `SqlExecution::Range` instead.
You can’t perform that action at this time.
0 commit comments