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 {
311
311
* Often, it is worthy of an alert if an SQL statement is constructed such that
312
312
* executing it would be a security risk.
313
313
*
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 `.
315
315
*
316
316
* Extend this class to refine existing API models. If you want to model new APIs,
317
317
* extend `SqlConstruction::Range` instead.
@@ -329,7 +329,7 @@ module SqlConstruction {
329
329
* Often, it is worthy of an alert if an SQL statement is constructed such that
330
330
* executing it would be a security risk.
331
331
*
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 `.
333
333
*
334
334
* Extend this class to model new APIs. If you want to refine existing API models,
335
335
* extend `SqlConstruction` instead.
You can’t perform that action at this time.
0 commit comments