mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Swift: Remove duplicate model.
This commit is contained in:
@@ -45,9 +45,6 @@ private class DataSummaries extends SummaryModelCsv {
|
||||
";Data;true;shuffled(using:);;;Argument[-1];ReturnValue;taint",
|
||||
";Data;true;trimmingPrefix(_:);;;Argument[-1];ReturnValue;taint",
|
||||
";Data;true;trimmingPrefix(while:);;;Argument[-1];ReturnValue;taint",
|
||||
";Data;true;withUnsafeBytes(_:);;;Argument[-1];Argument[0].Parameter[0].CollectionElement;taint",
|
||||
";Data;true;withUnsafeBytes(_:);;;Argument[-1].CollectionElement;Argument[0].Parameter[0].CollectionElement;taint",
|
||||
";Data;true;withUnsafeBytes(_:);;;Argument[0].ReturnValue;ReturnValue;value",
|
||||
";Data;true;withUnsafeMutableBytes(_:);;;Argument[-1];Argument[0].Parameter[0].CollectionElement;taint",
|
||||
";Data;true;withUnsafeMutableBytes(_:);;;Argument[-1].CollectionElement;Argument[0].Parameter[0].CollectionElement;taint",
|
||||
";Data;true;withUnsafeMutableBytes(_:);;;Argument[0].Parameter[0].CollectionElement;Argument[-1].CollectionElement;value",
|
||||
|
||||
Reference in New Issue
Block a user