Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 609 Bytes

0.3.6.md

File metadata and controls

10 lines (8 loc) · 609 Bytes

0.3.6

Minor Analysis Improvements

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