- Expanded flow models for
UnsafePointer
and similar classes. - Added flow models for non-member
withUnsafePointer
and similar functions. - Added flow models for
withMemoryRebound
,assumingMemoryBound
andbindMemory
member functions of library pointer classes. - Added a sensitive data model for
SecKeyCopyExternalRepresentation
. - Added imprecise flow models for
append
andinsert
methods, and initializer calls with adata
argument. - Tyes for patterns are now included in the database and made available through the
Pattern::getType()
method.