File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
swift/ql/lib/codeql/swift/frameworks/StandardLibrary Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ private class CollectionSummaries extends SummaryModelCsv {
26
26
";Collection;true;split(separator:maxSplits:omittingEmptySubsequences:);;;Argument[-1];ReturnValue;taint" ,
27
27
";Collection;true;removeFirst();;;Argument[-1];ReturnValue;taint" ,
28
28
";RangeReplaceableCollection;true;remove(at:);;;Argument[-1];ReturnValue;taint" ,
29
- ";RangeReplaceableCollection;true;removeLast ();;;Argument[-1];ReturnValue;taint" ,
29
+ ";RangeReplaceableCollection;true;removeFirst ();;;Argument[-1];ReturnValue;taint" ,
30
30
";RangeReplaceableCollection;true;removeLast();;;Argument[-1];ReturnValue;taint" ,
31
31
";BidirectionalCollection;true;joined(separator:);;;Argument[-1..0];ReturnValue;taint" ,
32
32
]
You can’t perform that action at this time.
0 commit comments