mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
609 B
609 B
0.3.6
Minor Analysis Improvements
- Expanded flow models for
UnsafePointerand similar classes. - Added flow models for non-member
withUnsafePointerand similar functions. - Added flow models for
withMemoryRebound,assumingMemoryBoundandbindMemorymember functions of library pointer classes. - Added a sensitive data model for
SecKeyCopyExternalRepresentation. - Added imprecise flow models for
appendandinsertmethods, and initializer calls with adataargument. - Tyes for patterns are now included in the database and made available through the
Pattern::getType()method.