mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
11 lines
630 B
Markdown
11 lines
630 B
Markdown
## 0.8.1
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Deleted the deprecated `isBarrierGuard` predicate from the dataflow library and its uses, use `isBarrier` and the `BarrierGuard` module instead.
|
|
* Deleted the deprecated `isWeak` predicate from the `CryptographicOperation` class.
|
|
* Deleted the deprecated `getStringOrSymbol` and `isStringOrSymbol` predicates from the `ConstantValue` class.
|
|
* Deleted the deprecated `getAPI` from the `IOOrFileMethodCall` class.
|
|
* Deleted the deprecated `codeql.ruby.security.performance` folder, use `codeql.ruby.security.regexp` instead.
|
|
* GraphQL enums are no longer considered remote flow sources.
|