mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Python: Ignore relatively safe arguments of extra
This commit is contained in:
@@ -341,8 +341,7 @@ private module Django {
|
||||
|
||||
override DataFlow::Node getSql() {
|
||||
result.asCfgNode() =
|
||||
[node.getArg([0 .. 5]),
|
||||
node.getArgByName(["select", "where", "params", "tables", "order_by", "select_params"])]
|
||||
[node.getArg([0 .. 5]), node.getArgByName(["select", "where", "tables", "order_by"])]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user