mirror of
https://github.com/github/codeql.git
synced 2026-05-12 02:09:27 +02:00
Python: Fix DefaultTextClauseConstruction
This commit is contained in:
@@ -319,7 +319,8 @@ module SqlAlchemy {
|
||||
DataFlow::Node getTextArg() { result in [this.getArg(0), this.getArgByName("text")] }
|
||||
}
|
||||
|
||||
class DefaultTextClauseConstruction extends TextClauseConstruction {
|
||||
/** `TextClause` constructions from the `sqlalchemy` package. */
|
||||
private class DefaultTextClauseConstruction extends TextClauseConstruction {
|
||||
DefaultTextClauseConstruction() {
|
||||
this = API::moduleImport("sqlalchemy").getMember("text").getACall()
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user