File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ module CodeExecution {
311311 * Often, it is worthy of an alert if an SQL statement is constructed such that
312312 * executing it would be a security risk.
313313 *
314- * If it is important that the SQL statement is indeed executed, then use `SQLExecution `.
314+ * If it is important that the SQL statement is indeed executed, then use `SqlExecution `.
315315 *
316316 * Extend this class to refine existing API models. If you want to model new APIs,
317317 * extend `SqlConstruction::Range` instead.
@@ -329,7 +329,7 @@ module SqlConstruction {
329329 * Often, it is worthy of an alert if an SQL statement is constructed such that
330330 * executing it would be a security risk.
331331 *
332- * If it is important that the SQL statement is indeed executed, then use `SQLExecution `.
332+ * If it is important that the SQL statement is indeed executed, then use `SqlExecution `.
333333 *
334334 * Extend this class to model new APIs. If you want to refine existing API models,
335335 * extend `SqlConstruction` instead.
You can’t perform that action at this time.
0 commit comments