Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c850554 commit 01ad19bCopy full SHA for 01ad19b
1 file changed
python/ql/lib/semmle/python/Concepts.qll
@@ -341,7 +341,7 @@ class SqlConstruction extends DataFlow::Node {
341
342
SqlConstruction() { this = range }
343
344
- /** Gets the argument that specifies the SQL statements to be executed. */
+ /** Gets the argument that specifies the SQL statements to be constructed. */
345
DataFlow::Node getSql() { result = range.getSql() }
346
}
347
@@ -356,7 +356,7 @@ module SqlConstruction {
356
* extend `SqlExecution` instead.
357
*/
358
abstract class Range extends DataFlow::Node {
359
360
abstract DataFlow::Node getSql();
361
362
0 commit comments