Skip to content

Commit f650e3f

Browse files
committed
Update MaD documentation explain "group:" in package column
1 parent 01afa36 commit f650e3f

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
@@ -20,7 +20,10 @@
2020
* 1. The `package` column selects a package. Note that if the package does not
2121
* contain a major version suffix (like "/v2") then we will match all major
2222
* 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.
2427
* 2. The `type` column selects a type within that package.
2528
* 3. The `subtypes` is a boolean that indicates whether to jump to an
2629
* arbitrary subtype of that type.

0 commit comments

Comments
 (0)