Skip to content

Commit

Permalink
Accept review suggestion for QLDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-mc committed Jul 10, 2024
1 parent b10fe89 commit f1d818b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions go/ql/lib/semmle/go/dataflow/ExternalFlow.qll
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ private string getPackage(string packageOrGroup) {
/**
* Holds if a source model exists for the given parameters.
*
* Note that we consider all packages in the same group.
* Note that `group:` references are expanded into one or more actual packages
* by this predicate.
*/
predicate sourceModel(
string package, string type, boolean subtypes, string name, string signature, string ext,
Expand All @@ -128,7 +129,8 @@ predicate sourceModel(
/**
* Holds if a sink model exists for the given parameters.
*
* Note that we consider all packages in the same group.
* Note that `group:` references are expanded into one or more actual packages
* by this predicate.
*/
predicate sinkModel(
string package, string type, boolean subtypes, string name, string signature, string ext,
Expand All @@ -143,7 +145,8 @@ predicate sinkModel(
/**
* Holds if a summary model exists for the given parameters.
*
* Note that we consider all packages in the same group.
* Note that `group:` references are expanded into one or more actual packages
* by this predicate.
*/
predicate summaryModel(
string package, string type, boolean subtypes, string name, string signature, string ext,
Expand All @@ -158,7 +161,8 @@ predicate summaryModel(
/**
* Holds if a neutral model exists for the given parameters.
*
* Note that we consider all packages in the same group.
* Note that `group:` references are expanded into one or more actual packages
* by this predicate.
*/
predicate neutralModel(
string package, string type, string name, string signature, string kind, string provenance
Expand Down

0 comments on commit f1d818b

Please sign in to comment.