Ruby: Adapt to changes in FlowSummaryImpl

This commit is contained in:
Tom Hvitved
2025-12-16 13:49:04 +01:00
parent c4e0dda178
commit c975ae5231
30 changed files with 282 additions and 272 deletions

View File

@@ -19,7 +19,7 @@ to be tainted in the call to `system`.
have no source code, so we include a flow summary for it:
```ql
private class ChompSummary extends SimpleSummarizedCallable {
private class ChompSummary extends SummarizedCallable::RangeSimple {
ChompSummary() { this = "chomp" }
override predicate propagatesFlow(string input, string output, boolean preservesValue) {