mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01: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.