mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Release preparation for version 2.11.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: deprecated
|
||||
---
|
||||
* Deprecated `ContextStartActivityMethod`. Use `StartActivityMethod` instead.
|
||||
@@ -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.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* The class `TypeVariable` now also extends `Modifiable`.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added support for common patterns involving `Stream.collect` and common collectors like `Collectors.toList()`.
|
||||
16
java/ql/lib/change-notes/released/0.4.2.md
Normal file
16
java/ql/lib/change-notes/released/0.4.2.md
Normal 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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.4.1
|
||||
lastReleaseVersion: 0.4.2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user