We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c70a4 commit 8a1c323Copy full SHA for 8a1c323
1 file changed
python/ql/lib/semmle/python/frameworks/Pandas.qll
@@ -157,8 +157,8 @@ private module Pandas {
157
* which allows for executing raw SQL queries against a database.
158
* See https://pandas.pydata.org/docs/reference/api/pandas.read_sql.html
159
*/
160
- class ReadSQLCall extends SqlExecution::Range, DataFlow::CallCfgNode {
161
- ReadSQLCall() { this = API::moduleImport("pandas").getMember(["read_sql", "read_sql_query"]).getACall() }
+ class ReadSqlCall extends SqlExecution::Range, DataFlow::CallCfgNode {
+ ReadSqlCall() { this = API::moduleImport("pandas").getMember(["read_sql", "read_sql_query"]).getACall() }
162
163
override DataFlow::Node getSql() { result in [this.getArg(0), this.getArgByName("sql")] }
164
}
0 commit comments