Skip to content

Commit 2c7fbda

Browse files
committed
Accept review suggestion for QLDoc
1 parent 32acff7 commit 2c7fbda

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ private string getPackage(string packageOrGroup) {
113113
/**
114114
* Holds if a source model exists for the given parameters.
115115
*
116-
* Note that we consider all packages in the same group.
116+
* Note that `group:` references are expanded into one or more actual packages
117+
* by this predicate.
117118
*/
118119
predicate sourceModel(
119120
string package, string type, boolean subtypes, string name, string signature, string ext,
@@ -129,7 +130,8 @@ predicate sourceModel(
129130
/**
130131
* Holds if a sink model exists for the given parameters.
131132
*
132-
* Note that we consider all packages in the same group.
133+
* Note that `group:` references are expanded into one or more actual packages
134+
* by this predicate.
133135
*/
134136
predicate sinkModel(
135137
string package, string type, boolean subtypes, string name, string signature, string ext,
@@ -144,7 +146,8 @@ predicate sinkModel(
144146
/**
145147
* Holds if a summary model exists for the given parameters.
146148
*
147-
* Note that we consider all packages in the same group.
149+
* Note that `group:` references are expanded into one or more actual packages
150+
* by this predicate.
148151
*/
149152
predicate summaryModel(
150153
string package, string type, boolean subtypes, string name, string signature, string ext,
@@ -159,7 +162,8 @@ predicate summaryModel(
159162
/**
160163
* Holds if a neutral model exists for the given parameters.
161164
*
162-
* Note that we consider all packages in the same group.
165+
* Note that `group:` references are expanded into one or more actual packages
166+
* by this predicate.
163167
*/
164168
predicate neutralModel(
165169
string package, string type, string name, string signature, string kind, string provenance

0 commit comments

Comments
 (0)