Release preparation for version 2.10.3

This commit is contained in:
github-actions[bot]
2022-08-11 11:12:15 +00:00
parent a5c0fa24d7
commit 57c4f9145b
76 changed files with 175 additions and 93 deletions

View File

@@ -1,3 +1,10 @@
## 0.3.3
### Minor Analysis Improvements
* Improved analysis of the Android class `AsyncTask` so that data can properly flow through its methods according to the life-cycle steps described here: https://developer.android.com/reference/android/os/AsyncTask#the-4-steps.
* Added a data-flow model for the `setProperty` method of `java.util.Properties`. Additional results may be found where relevant data is stored in and then retrieved from a `Properties` instance.
## 0.3.2
### New Features

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added a data-flow model for the `setProperty` method of `java.util.Properties`. Additional results may be found where relevant data is stored in and then retrieved from a `Properties` instance.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Improved analysis of the Android class `AsyncTask` so that data can properly flow through its methods according to the life-cycle steps described here: https://developer.android.com/reference/android/os/AsyncTask#the-4-steps.

View File

@@ -0,0 +1,6 @@
## 0.3.3
### Minor Analysis Improvements
* Improved analysis of the Android class `AsyncTask` so that data can properly flow through its methods according to the life-cycle steps described here: https://developer.android.com/reference/android/os/AsyncTask#the-4-steps.
* Added a data-flow model for the `setProperty` method of `java.util.Properties`. Additional results may be found where relevant data is stored in and then retrieved from a `Properties` instance.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.3.2
lastReleaseVersion: 0.3.3

View File

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