Release preparation for version 2.11.2

This commit is contained in:
github-actions[bot]
2022-10-20 11:05:19 +00:00
parent e868cdf91b
commit 9a0848bbc4
103 changed files with 287 additions and 160 deletions

View File

@@ -1,3 +1,20 @@
## 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.
## 0.4.1
### Minor Analysis Improvements

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* 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.

View File

@@ -1,4 +0,0 @@
---
category: deprecated
---
* Deprecated `ContextStartActivityMethod`. Use `StartActivityMethod` instead.

View File

@@ -1,4 +0,0 @@
---
category: feature
---
* Added a new predicate, `hasIncompletePermissions`, in the `AndroidProviderXmlElement` class. This predicate detects if a provider element does not provide both read and write permissions.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The class `TypeVariable` now also extends `Modifiable`.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added support for common patterns involving `Stream.collect` and common collectors like `Collectors.toList()`.

View File

@@ -0,0 +1,16 @@
## 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.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.4.1
lastReleaseVersion: 0.4.2

View File

@@ -1,5 +1,5 @@
name: codeql/java-all
version: 0.4.2-dev
version: 0.4.2
groups: java
dbscheme: config/semmlecode.dbscheme
extractor: java