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 20
20
* 1. The `package` column selects a package. Note that if the package does not
21
21
* contain a major version suffix (like "/v2") then we will match all major
22
22
* versions. This can be disabled by putting `fixed-version:` at the start
23
- * of the package path.
23
+ * 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.
24
27
* 2. The `type` column selects a type within that package.
25
28
* 3. The `subtypes` is a boolean that indicates whether to jump to an
26
29
* arbitrary subtype of that type.
You can’t perform that action at this time.
0 commit comments