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 1e27ddf commit aa9444bCopy full SHA for aa9444b
ruby/ql/lib/codeql/ruby/dataflow/internal/FlowSummaryImplSpecific.qll
@@ -68,7 +68,7 @@ SummaryComponent interpretComponentSpecific(string c) {
68
69
/** Gets the textual representation of a summary component in the format used for flow summaries. */
70
string getComponentSpecificCsv(SummaryComponent sc) {
71
- sc = TArgumentSummaryComponent(any(ParameterPosition pos | pos.isSelf())) and
+ sc = TArgumentSummaryComponent(any(ParameterPosition pos | pos.isBlock())) and
72
result = "BlockArgument"
73
}
74
0 commit comments