Skip to content

Commit 89e7bab

Browse files
committed
QLDoc
1 parent 78552b8 commit 89e7bab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go/ql/lib/semmle/go/dataflow/ExternalFlow.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* INTERNAL use only. This is an experimental API subject to change without notice.
33
*
4-
* Provides classes and predicates for dealing with MaD flow models specified
4+
* Provides classes and predicates for dealing with flow models specified
55
* in data extensions and CSV format.
66
*
77
* The CSV specification has the following columns:
@@ -11,6 +11,9 @@
1111
* `package; type; subtypes; name; signature; ext; input; kind; provenance`
1212
* - Summaries:
1313
* `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).
1417
*
1518
* The interpretation of a row is similar to API-graphs with a left-to-right
1619
* reading.

0 commit comments

Comments
 (0)