mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
17 lines
734 B
Markdown
17 lines
734 B
Markdown
## 0.4.2
|
|
|
|
### Deprecated APIs
|
|
|
|
* Deprecated `ContextStartActivityMethod`. Use `StartActivityMethod` instead.
|
|
|
|
### New Features
|
|
|
|
* Added a new predicate, `hasIncompletePermissions`, in the `AndroidProviderXmlElement` class. This predicate detects if a provider element does not provide both read and write permissions.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Added support for common patterns involving `Stream.collect` and common collectors like `Collectors.toList()`.
|
|
* The class `TypeVariable` now also extends `Modifiable`.
|
|
* Added data flow steps for tainted Android intents that are sent to services and receivers.
|
|
* Improved the data flow step for tainted Android intents that are sent to activities so that more cases are covered.
|