mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Swift: Correct components(separatedBy:) models.
This commit is contained in:
@@ -47,7 +47,7 @@ private class StringSummaries extends SummaryModelCsv {
|
||||
";StringProtocol;true;capitalized(with:);;;Argument[-1];ReturnValue;taint",
|
||||
";StringProtocol;true;completePath(into:caseSensitive:matchesInto:filterTypes:);;;Argument[-1];Argument[0].OptionalSome.CollectionElement;taint",
|
||||
";StringProtocol;true;completePath(into:caseSensitive:matchesInto:filterTypes:);;;Argument[-1];Argument[2].OptionalSome.CollectionElement.CollectionElement;taint",
|
||||
";StringProtocol;true;components(separatedBy:);;;Argument[-1];ReturnValue;taint",
|
||||
";StringProtocol;true;components(separatedBy:);;;Argument[-1];ReturnValue.CollectionElement;taint",
|
||||
";StringProtocol;true;data(using:allowLossyConversion:);;;Argument[-1];ReturnValue;taint",
|
||||
";StringProtocol;true;folding(options:locale:);;;Argument[-1];ReturnValue;taint",
|
||||
";StringProtocol;true;getBytes(_:maxLength:usedLength:encoding:options:range:remaining:);;;Argument[-1];Argument[0].CollectionElement;taint",
|
||||
|
||||
Reference in New Issue
Block a user