Skip to content

Commit aa9444b

Browse files
committed
Address review comment
1 parent 1e27ddf commit aa9444b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ SummaryComponent interpretComponentSpecific(string c) {
6868

6969
/** Gets the textual representation of a summary component in the format used for flow summaries. */
7070
string getComponentSpecificCsv(SummaryComponent sc) {
71-
sc = TArgumentSummaryComponent(any(ParameterPosition pos | pos.isSelf())) and
71+
sc = TArgumentSummaryComponent(any(ParameterPosition pos | pos.isBlock())) and
7272
result = "BlockArgument"
7373
}
7474

0 commit comments

Comments
 (0)