Skip to content

Commit c850554

Browse files
yoffRasmusWL
andauthored
Update python/ql/lib/semmle/python/frameworks/SqlAlchemy.qll
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 8a81d42 commit c850554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/SqlAlchemy.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ module SqlAlchemy {
315315
*/
316316
abstract class TextClauseConstruction extends SqlConstruction::Range, DataFlow::CallCfgNode {
317317
/** Gets the argument that specifies the SQL text. */
318-
final override DataFlow::Node getSql() {
318+
override DataFlow::Node getSql() {
319319
result in [this.getArg(0), this.getArgByName("text")]
320320
}
321321
}

0 commit comments

Comments
 (0)