Skip to content

Commit 04eeeda

Browse files
committed
Java: Add documentation for the final column.
1 parent 6f583ba commit 04eeeda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

java/ql/src/semmle/code/java/dataflow/ExternalFlow.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
* - "Parameter[n]": Similar to "Parameter" but restricted to a specific
5454
* numbered parameter (zero-indexed, and `-1` specifies the value of `this`).
5555
* - "ReturnValue": Selects the return value of a call to the selected element.
56+
* 8. The `kind` column is a tag that can be referenced from QL to determine to
57+
* which classes the interpreted elements should be added. For example, for
58+
* sources "remote" indicates a default remote flow source, and for summaries
59+
* "taint" indicates a default additional taint step and "value" indicates a
60+
* globally applicable value-preserving step.
5661
*/
5762

5863
import java

0 commit comments

Comments
 (0)