Skip to content

Commit a14df1c

Browse files
committed
Ruby: Rename Negative Summary Model to Neutral Model.
1 parent f4f7d83 commit a14df1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ predicate summaryElement(
6363
}
6464

6565
/**
66-
* Holds if a negative flow summary exists for `c`, which means that there is no
67-
* flow through `c`. The flag `generated` states whether the summary is autogenerated.
68-
* Note. Negative flow summaries has not been implemented for ruby.
66+
* Holds if a neutral model exists for `c`, which means that there is no
67+
* flow through `c`. The flag `generated` states whether the neutral model is autogenerated.
68+
* Note. Neutral models have not been implemented for ruby.
6969
*/
70-
predicate negativeSummaryElement(FlowSummary::SummarizedCallable c, boolean generated) { none() }
70+
predicate neutralElement(FlowSummary::SummarizedCallable c, boolean generated) { none() }
7171

7272
bindingset[arg]
7373
private SummaryComponent interpretElementArg(string arg) {

0 commit comments

Comments
 (0)