mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
455 B
Markdown
11 lines
455 B
Markdown
## 0.7.3
|
|
|
|
### Major Analysis Improvements
|
|
|
|
* Improved support for flow through captured variables that properly adheres to inter-procedural control flow.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Modified the `getSecureAlgorithmName` predicate in `Encryption.qll` to also include `SHA-256` and `SHA-512`. Previously only the versions of the names without dashes were considered secure.
|
|
* Add support for `WithElement` and `WithoutElement` for MaD access paths.
|