Skip to content

Commit dcda6db

Browse files
committed
Rust: Lets not try to maintain this list.
1 parent 0a49b65 commit dcda6db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/ql/lib/codeql/rust/dataflow/internal/ModelsAsData.qll

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ extensible predicate sourceModel(
6868
*
6969
* For example, `input = Argument[0]` means the first argument of the call.
7070
*
71-
* The following kinds are supported:
72-
*
73-
* - `sql-injection`: a flow sink for SQL injection.
71+
* The sink kinds supported by queries can be found by searching for uses of
72+
* the `sinkNode` predicate.
7473
*/
7574
extensible predicate sinkModel(
7675
string path, string input, string kind, string provenance, QlBuiltins::ExtensionId madId

0 commit comments

Comments
 (0)