mirror of
https://github.com/github/codeql.git
synced 2026-02-12 13:11:20 +01:00
Ruby: Adapt to changes in FlowSummaryImpl
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user