We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a81d42 commit c850554Copy full SHA for c850554
python/ql/lib/semmle/python/frameworks/SqlAlchemy.qll
@@ -315,7 +315,7 @@ module SqlAlchemy {
315
*/
316
abstract class TextClauseConstruction extends SqlConstruction::Range, DataFlow::CallCfgNode {
317
/** Gets the argument that specifies the SQL text. */
318
- final override DataFlow::Node getSql() {
+ override DataFlow::Node getSql() {
319
result in [this.getArg(0), this.getArgByName("text")]
320
}
321
0 commit comments