mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Update query to search for more pymongo sink methods
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user