File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
python/ql/lib/semmle/python/frameworks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ private module Pandas {
157
157
* which allows for executing raw SQL queries against a database.
158
158
* See https://pandas.pydata.org/docs/reference/api/pandas.read_sql.html
159
159
*/
160
- class ReadSQLCall extends SqlExecution:: Range , DataFlow:: CallCfgNode {
161
- ReadSQLCall ( ) { this = API:: moduleImport ( "pandas" ) .getMember ( [ "read_sql" , "read_sql_query" ] ) .getACall ( ) }
160
+ class ReadSqlCall extends SqlExecution:: Range , DataFlow:: CallCfgNode {
161
+ ReadSqlCall ( ) { this = API:: moduleImport ( "pandas" ) .getMember ( [ "read_sql" , "read_sql_query" ] ) .getACall ( ) }
162
162
163
163
override DataFlow:: Node getSql ( ) { result in [ this .getArg ( 0 ) , this .getArgByName ( "sql" ) ] }
164
164
}
You can’t perform that action at this time.
0 commit comments