mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Swift: Update joined models for Swift 6.
This commit is contained in:
@@ -43,6 +43,8 @@ private class CollectionSummaries extends SummaryModelCsv {
|
||||
";BidirectionalCollection;true;dropLast(_:);;;Argument[-1];ReturnValue;taint",
|
||||
";BidirectionalCollection;true;dropLast(_:);;;Argument[-1].CollectionElement;ReturnValue.CollectionElement;value",
|
||||
";BidirectionalCollection;true;joined(separator:);;;Argument[-1..0];ReturnValue;taint",
|
||||
";BidirectionalCollection;true;joined(separator:);;;Argument[-1].CollectionElement;ReturnValue;taint",
|
||||
";BidirectionalCollection;true;joined(separator:);;;Argument[-1].CollectionElement.CollectionElement;ReturnValue.CollectionElement;value",
|
||||
";BidirectionalCollection;true;last(where:);;;Argument[-1];ReturnValue;taint",
|
||||
";BidirectionalCollection;true;popLast();;;Argument[-1];ReturnValue;taint",
|
||||
";BidirectionalCollection;true;reversed();;;Argument[-1];ReturnValue;taint",
|
||||
|
||||
@@ -45,6 +45,7 @@ private class SequenceSummaries extends SummaryModelCsv {
|
||||
";Sequence;true;joined();;;Argument[-1].CollectionElement.CollectionElement;ReturnValue.CollectionElement;value",
|
||||
";Sequence;true;joined(separator:);;;Argument[0..-1];ReturnValue;taint",
|
||||
";Sequence;true;joined(separator:);;;Argument[-1].CollectionElement;ReturnValue;taint",
|
||||
";Sequence;true;joined(separator:);;;Argument[-1].CollectionElement.CollectionElement;ReturnValue.CollectionElement;value",
|
||||
";Sequence;true;first(where:);;;Argument[-1].CollectionElement;ReturnValue;value",
|
||||
";Sequence;true;withContiguousStorageIfAvailable(_:);;;Argument[-1];Argument[0].Parameter[0].CollectionElement;taint",
|
||||
";Sequence;true;withContiguousStorageIfAvailable(_:);;;Argument[-1].CollectionElement;Argument[0].Parameter[0].CollectionElement;value",
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
testFailures
|
||||
| optionset.swift:60:49:61:1 | // $ tainted=60\n | Missing result: tainted=60 |
|
||||
| optionset.swift:65:58:66:1 | // $ tainted=65\n | Missing result: tainted=65 |
|
||||
| string.swift:270:40:271:1 | // $ tainted=217\n | Missing result: tainted=217 |
|
||||
| string.swift:271:40:272:1 | // $ tainted=217\n | Missing result: tainted=217 |
|
||||
| string.swift:272:42:273:1 | // $ tainted=217\n | Missing result: tainted=217 |
|
||||
| string.swift:586:19:587:1 | // $ tainted=565\n | Missing result: tainted=565 |
|
||||
| string.swift:587:27:588:1 | // $ tainted=565\n | Missing result: tainted=565 |
|
||||
| string.swift:599:35:600:1 | // $ tainted=599\n | Missing result: tainted=599 |
|
||||
|
||||
Reference in New Issue
Block a user