Python: Ignore relatively safe arguments of extra

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-10-21 13:15:46 +02:00
parent 6805fb63cc
commit 2c855c739b

View File

@@ -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"])]
}
}
}