We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f583ba commit 04eeedaCopy full SHA for 04eeeda
java/ql/src/semmle/code/java/dataflow/ExternalFlow.qll
@@ -53,6 +53,11 @@
53
* - "Parameter[n]": Similar to "Parameter" but restricted to a specific
54
* numbered parameter (zero-indexed, and `-1` specifies the value of `this`).
55
* - "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.
61
*/
62
63
import java
0 commit comments