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

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2021-10-27 11:09:37 +02:00
committed by GitHub
parent 8a81d42e6f
commit c850554467

View File

@@ -315,7 +315,7 @@ module SqlAlchemy {
*/
abstract class TextClauseConstruction extends SqlConstruction::Range, DataFlow::CallCfgNode {
/** Gets the argument that specifies the SQL text. */
final override DataFlow::Node getSql() {
override DataFlow::Node getSql() {
result in [this.getArg(0), this.getArgByName("text")]
}
}