We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82a548 commit 1f69fffCopy full SHA for 1f69fff
1 file changed
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/Collection.qll
@@ -26,7 +26,7 @@ private class CollectionSummaries extends SummaryModelCsv {
26
";Collection;true;split(separator:maxSplits:omittingEmptySubsequences:);;;Argument[-1];ReturnValue;taint",
27
";Collection;true;removeFirst();;;Argument[-1];ReturnValue;taint",
28
";RangeReplaceableCollection;true;remove(at:);;;Argument[-1];ReturnValue;taint",
29
- ";RangeReplaceableCollection;true;removeLast();;;Argument[-1];ReturnValue;taint",
+ ";RangeReplaceableCollection;true;removeFirst();;;Argument[-1];ReturnValue;taint",
30
";RangeReplaceableCollection;true;removeLast();;;Argument[-1];ReturnValue;taint",
31
";BidirectionalCollection;true;joined(separator:);;;Argument[-1..0];ReturnValue;taint",
32
]
0 commit comments