mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
15 lines
547 B
Markdown
15 lines
547 B
Markdown
## 0.5.1
|
|
|
|
### Deprecated APIs
|
|
|
|
- The documentation of API graphs (the `API` module) has been expanded, and some of the members predicates of `API::Node`
|
|
have been renamed as follows:
|
|
- `getAnImmediateUse` -> `asSource`
|
|
- `getARhs` -> `asSink`
|
|
- `getAUse` -> `getAValueReachableFromSource`
|
|
- `getAValueReachingRhs` -> `getAValueReachingSink`
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Improved modeling of sensitive data sources, so common words like `certain` and `secretary` are no longer considered a certificate and a secret (respectively).
|