mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
11 lines
573 B
Markdown
11 lines
573 B
Markdown
## 0.8.1
|
|
|
|
### Major Analysis Improvements
|
|
|
|
* We use a new analysis for the call-graph (determining which function is called). This can lead to changed results. In most cases this is much more accurate than the old call-graph that was based on points-to, but we do lose a few valid edges in the call-graph, especially around methods that are not defined inside its class.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Fixed module resolution so we properly recognize definitions made within if-then-else statements.
|
|
* Added modeling of cryptographic operations in the `hmac` library.
|