File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
rust/ql/lib/codeql/rust/dataflow/internal Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ extensible predicate sourceModel(
6565
6666/**
6767 * Holds if in a call to the function with canonical path `path`, the value referred
68- * to by `input` is a flow sink of the given `kind`.
69- * The `madId` is the data extension row number.
68+ * to by `input` is a flow sink of the given `kind` and `madId` is the data
69+ * extension row number.
7070 *
7171 * For example, `input = Argument[0]` means the first argument of the call.
7272 *
@@ -79,8 +79,8 @@ extensible predicate sinkModel(
7979
8080/**
8181 * Holds if in a call to the function with canonical path `path`, the value referred
82- * to by `input` can flow to the value referred to by `output`.
83- * The `madId` is the data extension row number.
82+ * to by `input` can flow to the value referred to by `output` and `madId` is the data
83+ * extension row number.
8484 *
8585 * `kind` should be either `value` or `taint`, for value-preserving or taint-preserving
8686 * steps, respectively.
You can’t perform that action at this time.
0 commit comments