Skip to content

Commit 947ab8a

Browse files
committed
Make the QLDoc on 'getAnSqlParameter' more clear.
1 parent 44dca68 commit 947ab8a

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/lib/semmle/code/cpp/models/interfaces

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/models/interfaces/Sql.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ private import cpp
1313
*/
1414
abstract class SqlSink extends Function {
1515
/**
16-
* Holds if `input` to this function represents data that is passed to an SQL server.
16+
* Holds if `input` to this function represents SQL code to be executed.
1717
*/
1818
abstract predicate getAnSqlParameter(FunctionInput input);
1919
}

0 commit comments

Comments
 (0)