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 cff63ad commit bfa8515Copy full SHA for bfa8515
python/ql/lib/semmle/python/frameworks/SqlAlchemy.qll
@@ -129,7 +129,7 @@ module SqlAlchemy {
129
ConnectionConstruction() {
130
// without the `pragma[only_bind_out]` we would start with joining
131
// `API::Node.getACall` with `CallCfgNode` which is not optimal
132
- this = pragma[only_bind_out](classRef().getACall())
+ this = pragma[only_bind_out](classRef()).getACall()
133
or
134
this = connectionConstruction_helper()
135
}
0 commit comments