mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Fix comment description of predicate
This commit is contained in:
@@ -11,7 +11,7 @@ private import experimental.semmle.python.Concepts
|
||||
private import semmle.python.ApiGraphs
|
||||
|
||||
private module NoSQL {
|
||||
/** Gets a reference to a `MongoClient` DB. */
|
||||
/** Gets a reference to a `MongoClient` instance. */
|
||||
private API::Node mongoClientInstance() {
|
||||
result = API::moduleImport("pymongo").getMember("MongoClient").getReturn() or
|
||||
result =
|
||||
|
||||
Reference in New Issue
Block a user