mirror of
https://github.com/github/codeql.git
synced 2026-05-18 21:27:08 +02:00
516 B
516 B
10.1.0
New Features
- A new predicate
getSwitchCasewas added to theSwitchStmtclass, which yields thenthcasestatement from aswitchstatement. - Data flow barriers and barrier guards can now be added using data extensions. For more information see Customizing library models for C and C++.
Minor Analysis Improvements
- Added taint flow models for the
Strsafe.hheader from the Windows SDK.