We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5188095 commit ac3c4fdCopy full SHA for ac3c4fd
swift/ql/lib/codeql/swift/frameworks/StandardLibrary/Sequence.qll
@@ -26,7 +26,7 @@ private class SequenceSummaries extends SummaryModelCsv {
26
";Sequence;true;joined(separator:);;;Argument[-1..0];ReturnValue;taint",
27
";Sequence;true;first(where:);;;Argument[-1];ReturnValue;taint",
28
";Sequence;true;withContiguousStorageIfAvailable(_:);;;Argument[-1];Argument[0].Parameter[0];taint",
29
- ";Sequence;true;withContiguousStorageIfAvailable(_:);;;Argument[0].ReturnValue;ReturnValue.OptionalSome;taint",
+ ";Sequence;true;withContiguousStorageIfAvailable(_:);;;Argument[0].ReturnValue;ReturnValue.OptionalSome;value",
30
]
31
}
32
0 commit comments