mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Make the QLDoc on 'getAnSqlParameter' more clear.
This commit is contained in:
@@ -13,7 +13,7 @@ private import cpp
|
||||
*/
|
||||
abstract class SqlSink extends Function {
|
||||
/**
|
||||
* 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.
|
||||
*/
|
||||
abstract predicate getAnSqlParameter(FunctionInput input);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user