File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/codeql/swift/frameworks/StandardLibrary
test/library-tests/dataflow/taint/libraries Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ private class SequenceSummaries extends SummaryModelCsv {
26
26
";Sequence;true;joined(separator:);;;Argument[-1..0];ReturnValue;taint" ,
27
27
";Sequence;true;first(where:);;;Argument[-1];ReturnValue;taint" ,
28
28
";Sequence;true;withContiguousStorageIfAvailable(_:);;;Argument[-1];Argument[0].Parameter[0];taint" ,
29
- ";Sequence;true;withContiguousStorageIfAvailable(_:);;;Argument[0].ReturnValue;ReturnValue;taint " ,
29
+ ";Sequence;true;withContiguousStorageIfAvailable(_:);;;Argument[0].ReturnValue;ReturnValue.OptionalSome;value " ,
30
30
]
31
31
}
32
32
}
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ func furtherTaintThroughCallbacks() {
639
639
ptr in
640
640
return source ( )
641
641
} ) {
642
- sink ( arg: result4) // $ MISSING: tainted=640
642
+ sink ( arg: result4) // $ tainted=640
643
643
}
644
644
645
645
// using a non-closure function
You can’t perform that action at this time.
0 commit comments