File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
go/ql/lib/semmle/go/dataflow Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* INTERNAL use only. This is an experimental API subject to change without notice.
3
3
*
4
- * Provides classes and predicates for dealing with MaD flow models specified
4
+ * Provides classes and predicates for dealing with flow models specified
5
5
* in data extensions and CSV format.
6
6
*
7
7
* The CSV specification has the following columns:
11
11
* `package; type; subtypes; name; signature; ext; input; kind; provenance`
12
12
* - Summaries:
13
13
* `package; type; subtypes; name; signature; ext; input; output; kind; provenance`
14
+ * - Neutrals:
15
+ * `package; type; name; signature; kind; provenance`
16
+ * A neutral is used to indicate that a callable is neutral with respect to flow (no summary), source (is not a source) or sink (is not a sink).
14
17
*
15
18
* The interpretation of a row is similar to API-graphs with a left-to-right
16
19
* reading.
You can’t perform that action at this time.
0 commit comments