Merge pull request #9698 from github/post-release-prep/codeql-cli-2.10.0

Post-release preparation for codeql-cli-2.10.0
This commit is contained in:
Asger F
2022-06-28 09:05:13 +02:00
committed by GitHub
78 changed files with 225 additions and 106 deletions

View File

@@ -1,3 +1,13 @@
## 0.3.0
### Deprecated APIs
* The `BarrierGuard` class has been deprecated. Such barriers and sanitizers can now instead be created using the new `BarrierGuard` parameterized module.
### Minor Analysis Improvements
Added a flow step for `String.valueOf` calls on tainted `android.text.Editable` objects.
## 0.2.3
## 0.2.2

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
Added a flow step for `String.valueOf` calls on tainted `android.text.Editable` objects.

View File

@@ -1,4 +1,9 @@
---
category: deprecated
---
## 0.3.0
### Deprecated APIs
* The `BarrierGuard` class has been deprecated. Such barriers and sanitizers can now instead be created using the new `BarrierGuard` parameterized module.
### Minor Analysis Improvements
Added a flow step for `String.valueOf` calls on tainted `android.text.Editable` objects.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.2.3
lastReleaseVersion: 0.3.0

View File

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

View File

@@ -1,3 +1,9 @@
## 0.2.0
### Minor Analysis Improvements
* The query `java/log-injection` now reports problems at the source (user-controlled data) instead of at the ultimate logging call. This was changed because user functions that wrap the ultimate logging call could result in most alerts being reported in an uninformative location.
## 0.1.4
## 0.1.3

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 0.2.0
### Minor Analysis Improvements
* The query `java/log-injection` now reports problems at the source (user-controlled data) instead of at the ultimate logging call. This was changed because user functions that wrap the ultimate logging call could result in most alerts being reported in an uninformative location.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.1.4
lastReleaseVersion: 0.2.0

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries
version: 0.2.0-dev
version: 0.2.1-dev
groups:
- java
- queries