Release preparation for version 2.16.2

This commit is contained in:
github-actions[bot]
2024-02-05 17:58:57 +00:00
parent 525f27173d
commit c1b35fbf47
148 changed files with 383 additions and 154 deletions

View File

@@ -1,3 +1,7 @@
## 0.0.14
No user-facing changes.
## 0.0.13
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 0.0.14
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.0.13
lastReleaseVersion: 0.0.14

View File

@@ -1,5 +1,5 @@
name: codeql/java-automodel-queries
version: 0.0.14-dev
version: 0.0.14
groups:
- java
- automodel

View File

@@ -1,3 +1,13 @@
## 0.8.8
### Minor Analysis Improvements
* Added models for the following packages:
* com.fasterxml.jackson.databind
* javax.servlet
* Added the `java.util.Date` and `java.util.UUID` classes to the list of types in the `SimpleTypeSanitizer` class in `semmle.code.java.security.Sanitizers`.
## 0.8.7
### New Features

View File

@@ -1,7 +0,0 @@
---
category: minorAnalysis
---
* Added models for the following packages:
* com.fasterxml.jackson.databind
* javax.servlet

View File

@@ -1,4 +1,9 @@
---
category: minorAnalysis
---
## 0.8.8
### Minor Analysis Improvements
* Added models for the following packages:
* com.fasterxml.jackson.databind
* javax.servlet
* Added the `java.util.Date` and `java.util.UUID` classes to the list of types in the `SimpleTypeSanitizer` class in `semmle.code.java.security.Sanitizers`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.7
lastReleaseVersion: 0.8.8

View File

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

View File

@@ -1,3 +1,10 @@
## 0.8.8
### New Queries
* Added a new query `java/android/sensitive-text` to detect instances of sensitive data being exposed through text fields without being properly masked.
* Added a new query `java/android/sensitive-notification` to detect instances of sensitive data being exposed through Android notifications.
## 0.8.7
### New Queries
@@ -10,10 +17,6 @@
## 0.8.6
### Deprecated Queries
* The three queries `java/insufficient-key-size`, `java/server-side-template-injection`, and `java/android/implicit-pendingintents` had accidentally general extension points allowing arbitrary string-based flow state. This has been fixed and the old extension points have been deprecated where possible, and otherwise updated.
### New Queries
* Added the `java/insecure-randomness` query to detect uses of weakly random values which an attacker may be able to predict. Also added the `crypto-parameter` sink kind for sinks which represent the parameters and keys of cryptographic operations.
@@ -24,6 +27,10 @@
* The query `java/android/missing-certificate-pinning` should no longer alert about requests pointing to the local filesystem.
* Removed some spurious sinks related to `com.opensymphony.xwork2.TextProvider.getText` from the query `java/ognl-injection`.
### Bug Fixes
* The three queries `java/insufficient-key-size`, `java/server-side-template-injection`, and `java/android/implicit-pendingintents` had accidentally general extension points allowing arbitrary string-based flow state. This has been fixed and the old extension points have been deprecated where possible, and otherwise updated.
## 0.8.5
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: newQuery
---
* Added a new query `java/android/sensitive-notification` to detect instances of sensitive data being exposed through Android notifications.

View File

@@ -1,4 +0,0 @@
---
category: newQuery
---
* Added a new query `java/android/sensitive-text` to detect instances of sensitive data being exposed through text fields without being properly masked.

View File

@@ -0,0 +1,6 @@
## 0.8.8
### New Queries
* Added a new query `java/android/sensitive-text` to detect instances of sensitive data being exposed through text fields without being properly masked.
* Added a new query `java/android/sensitive-notification` to detect instances of sensitive data being exposed through Android notifications.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.7
lastReleaseVersion: 0.8.8

View File

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