Release preparation for version 2.14.4

This commit is contained in:
github-actions[bot]
2023-09-05 16:56:14 +00:00
parent a2659eecfb
commit abf2b12b1c
142 changed files with 392 additions and 177 deletions

View File

@@ -1,3 +1,16 @@
## 0.7.4
### New Features
* Kotlin versions up to 1.9.10 are now supported.
### Minor Analysis Improvements
* Fixed the MaD signature specifications to use proper nested type names.
* Added new sanitizer to Java command injection model
* Added more dataflow models for JAX-RS.
* The predicate `JaxWsEndpoint::getARemoteMethod` no longer requires the result to be annotated with `@WebMethod`. Instead, the requirements listed in the JAX-RPC Specification 1.1 for required parameter and return types are used. Applications using JAX-RS may see an increase in results.
## 0.7.3
### Major Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added more dataflow models for JAX-RS.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added new sanitizer to Java command injection model

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Fixed the MaD signature specifications to use proper nested type names.

View File

@@ -1,4 +0,0 @@
---
category: feature
---
* Kotlin versions up to 1.9.10 are now supported.

View File

@@ -1,4 +1,12 @@
---
category: minorAnalysis
---
## 0.7.4
### New Features
* Kotlin versions up to 1.9.10 are now supported.
### Minor Analysis Improvements
* Fixed the MaD signature specifications to use proper nested type names.
* Added new sanitizer to Java command injection model
* Added more dataflow models for JAX-RS.
* The predicate `JaxWsEndpoint::getARemoteMethod` no longer requires the result to be annotated with `@WebMethod`. Instead, the requirements listed in the JAX-RPC Specification 1.1 for required parameter and return types are used. Applications using JAX-RS may see an increase in results.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.7.3
lastReleaseVersion: 0.7.4

View File

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