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 {
2626 ";Sequence;true;joined(separator:);;;Argument[-1..0];ReturnValue;taint" ,
2727 ";Sequence;true;first(where:);;;Argument[-1];ReturnValue;taint" ,
2828 ";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 " ,
3030 ]
3131 }
3232}
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ func furtherTaintThroughCallbacks() {
639639 ptr in
640640 return source ( )
641641 } ) {
642- sink ( arg: result4) // $ MISSING: tainted=640
642+ sink ( arg: result4) // $ tainted=640
643643 }
644644
645645 // using a non-closure function
You can’t perform that action at this time.
0 commit comments