We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01afa36 commit f650e3fCopy full SHA for f650e3f
1 file changed
go/ql/lib/semmle/go/dataflow/ExternalFlow.qll
@@ -20,7 +20,10 @@
20
* 1. The `package` column selects a package. Note that if the package does not
21
* contain a major version suffix (like "/v2") then we will match all major
22
* versions. This can be disabled by putting `fixed-version:` at the start
23
- * of the package path.
+ * of the package path. Also, instead of a package path, if this column is
24
+ * "group:<groupname>" then it indicates that the row applies to all
25
+ * packages in the group `<groupname>` according to the `packageGrouping`
26
+ * predicate.
27
* 2. The `type` column selects a type within that package.
28
* 3. The `subtypes` is a boolean that indicates whether to jump to an
29
* arbitrary subtype of that type.
0 commit comments