- Added
DataFlow::ArrayContent
, which will provide more accurate flow through arrays.
- Flow through forced optional unwrapping (
!
) is modelled more accurately. - Added flow models for
Sequence.withContiguousStorageIfAvailable
. - Added taint flow for
NSUserActivity.referrerURL
.