mirror of
https://github.com/github/codeql.git
synced 2026-05-20 14:17:11 +02:00
11 lines
516 B
Markdown
11 lines
516 B
Markdown
## 10.1.0
|
|
|
|
### New Features
|
|
|
|
* A new predicate `getSwitchCase` was added to the `SwitchStmt` class, which yields the `n`th `case` statement from a `switch` statement.
|
|
* Data flow barriers and barrier guards can now be added using data extensions. For more information see [Customizing library models for C and C++](https://codeql.github.com/docs/codeql-language-guides/customizing-library-models-for-cpp/).
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Added taint flow models for the `Strsafe.h` header from the Windows SDK.
|