mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
364 B
364 B
0.2.2
Major Analysis Improvements
- Added
DataFlow::ArrayContent, which will provide more accurate flow through arrays.
Minor Analysis Improvements
- Flow through forced optional unwrapping (
!) is modelled more accurately. - Added flow models for
Sequence.withContiguousStorageIfAvailable. - Added taint flow for
NSUserActivity.referrerURL.