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 44dca68 commit 947ab8aCopy full SHA for 947ab8a
cpp/ql/lib/semmle/code/cpp/models/interfaces/Sql.qll
@@ -13,7 +13,7 @@ private import cpp
13
*/
14
abstract class SqlSink extends Function {
15
/**
16
- * Holds if `input` to this function represents data that is passed to an SQL server.
+ * Holds if `input` to this function represents SQL code to be executed.
17
18
abstract predicate getAnSqlParameter(FunctionInput input);
19
}
0 commit comments