Files
codeql/swift/ql/lib/change-notes/released/0.3.6.md
2024-01-08 13:11:26 +00:00

609 B

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.