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 32acff7 commit 2c7fbda
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 @@ -129,7 +130,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 @@ -144,7 +146,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 @@ -159,7 +162,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 2c7fbda

Please sign in to comment.