We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2569075 commit 8f08b4cCopy full SHA for 8f08b4c
javascript/ql/lib/semmle/javascript/frameworks/NoSQL.qll
@@ -5,8 +5,9 @@
5
import javascript
6
import semmle.javascript.Promises
7
8
+/** Provices classes for modelling NoSQL query sinks. */
9
module NoSql {
- /** An expression that is interpreted as a NoSql query. */
10
+ /** An expression that is interpreted as a NoSQL query. */
11
abstract class Query extends Expr {
12
/** Gets an expression that is interpreted as a code operator in this query. */
13
DataFlow::Node getACodeOperator() { none() }
0 commit comments