Update query to search for more pymongo sink methods

This commit is contained in:
thank_you
2021-04-05 20:42:18 -04:00
parent 3f0c758622
commit 759fa2cd01

View File

@@ -36,7 +36,7 @@ private module NoSQL {
}
private class PyMongoFlaskMethods extends string {
PyMongoFlaskMethods() { this in ["find_one_or_404"] }
PyMongoFlaskMethods() { this in ["find_one_or_404"] or this instanceof PyMongoMethods }
}
private class PyMongoFlaskCall extends DataFlow::CallCfgNode, NoSQLQuery::Range {