mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Update javascript/ql/src/semmle/javascript/frameworks/NoSQL.qll
Co-Authored-By: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
committed by
GitHub
parent
b9860d3444
commit
ce3b196b93
@@ -226,7 +226,7 @@ private module Mongoose {
|
||||
abstract predicate returnsDocumentQuery(boolean asArray);
|
||||
|
||||
/**
|
||||
* Holds if this call interprets `arg` as a query.
|
||||
* Holds if this invocation interprets `arg` as a query.
|
||||
*/
|
||||
abstract predicate interpretsArgumentAsQuery(DataFlow::Node arg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user