We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2bbd3 commit a9afbfaCopy full SHA for a9afbfa
go/ql/lib/semmle/go/dataflow/ExternalFlow.qll
@@ -17,7 +17,10 @@
17
*
18
* The interpretation of a row is similar to API-graphs with a left-to-right
19
* reading.
20
- * 1. The `package` column selects a package.
+ * 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 `$THISVERSION` at the end of
23
+ * the package path.
24
* 2. The `type` column selects a type within that package.
25
* 3. The `subtypes` is a boolean that indicates whether to jump to an
26
* arbitrary subtype of that type.
0 commit comments