mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
734 B
734 B
0.4.2
Deprecated APIs
- Deprecated
ContextStartActivityMethod. UseStartActivityMethodinstead.
New Features
- Added a new predicate,
hasIncompletePermissions, in theAndroidProviderXmlElementclass. 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.collectand common collectors likeCollectors.toList(). - The class
TypeVariablenow also extendsModifiable. - 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.