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 88c6d4b commit 414bf12Copy full SHA for 414bf12
python/ql/lib/semmle/python/frameworks/SqlAlchemy.qll
@@ -319,7 +319,8 @@ module SqlAlchemy {
319
DataFlow::Node getTextArg() { result in [this.getArg(0), this.getArgByName("text")] }
320
}
321
322
- class DefaultTextClauseConstruction extends TextClauseConstruction {
+ /** `TextClause` constructions from the `sqlalchemy` package. */
323
+ private class DefaultTextClauseConstruction extends TextClauseConstruction {
324
DefaultTextClauseConstruction() {
325
this = API::moduleImport("sqlalchemy").getMember("text").getACall()
326
or
0 commit comments