Merge branch 'main' into criemen/rename-java

This commit is contained in:
Cornelius Riemenschneider
2024-09-03 11:04:29 +02:00
committed by GitHub
376 changed files with 1430 additions and 1801 deletions

View File

@@ -1,3 +1,7 @@
## 1.0.6
No user-facing changes.
## 1.0.5
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.5
lastReleaseVersion: 1.0.6

View File

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

View File

@@ -1,3 +1,15 @@
## 3.0.1
### Minor Analysis Improvements
* Threat-model for `System.in` changed from `commandargs` to newly created `stdin` (both subgroups of `local`).
### Bug Fixes
* Fixed an issue where analysis in `build-mode: none` may very occasionally throw a `CoderMalfunctionError` while resolving dependencies provided by a build system (Maven or Gradle), which could cause some dependency resolution and consequently alerts to vary unpredictably from one run to another.
* Fixed an issue where Java analysis in `build-mode: none` would fail to resolve dependencies using the `executable-war` Maven artifact type.
* Fixed an issue where analysis in `build-mode: none` may fail to resolve dependencies of Gradle projects where the dependency uses a non-empty artifact classifier -- for example, `someproject-1.2.3-tests.jar`, which has the classifier `tests`.
## 3.0.0
### Breaking Changes

View File

@@ -1,4 +0,0 @@
---
category: fix
---
* Fixed an issue where Java analysis in `build-mode: none` would fail to resolve dependencies using the `executable-war` Maven artifact type.

View File

@@ -1,4 +0,0 @@
---
category: fix
---
* Fixed an issue where analysis in `build-mode: none` may fail to resolve dependencies of Gradle projects where the dependency uses a non-empty artifact classifier -- for example, `someproject-1.2.3-tests.jar`, which has the classifier `tests`.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Threat-model for `System.in` changed from `commandargs` to newly created `stdin` (both subgroups of `local`).

View File

@@ -1,4 +0,0 @@
---
category: fix
---
* Fixed an issue where analysis in `build-mode: none` may very occasionally throw a `CoderMalfunctionError` while resolving dependencies provided by a build system (Maven or Gradle), which could cause some dependency resolution and consequently alerts to vary unpredictably from one run to another.

View File

@@ -0,0 +1,11 @@
## 3.0.1
### Minor Analysis Improvements
* Threat-model for `System.in` changed from `commandargs` to newly created `stdin` (both subgroups of `local`).
### Bug Fixes
* Fixed an issue where analysis in `build-mode: none` may very occasionally throw a `CoderMalfunctionError` while resolving dependencies provided by a build system (Maven or Gradle), which could cause some dependency resolution and consequently alerts to vary unpredictably from one run to another.
* Fixed an issue where Java analysis in `build-mode: none` would fail to resolve dependencies using the `executable-war` Maven artifact type.
* Fixed an issue where analysis in `build-mode: none` may fail to resolve dependencies of Gradle projects where the dependency uses a non-empty artifact classifier -- for example, `someproject-1.2.3-tests.jar`, which has the classifier `tests`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 3.0.0
lastReleaseVersion: 3.0.1

View File

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

View File

@@ -1,3 +1,7 @@
## 1.1.3
No user-facing changes.
## 1.1.2
### Minor Analysis Improvements

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.1.2
lastReleaseVersion: 1.1.3

View File

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