mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Release preparation for version 2.8.2
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 0.0.10
|
||||
|
||||
### New Features
|
||||
|
||||
* Added predicates `ClassOrInterface.getAPermittedSubtype` and `isSealed` exposing information about sealed classes.
|
||||
|
||||
## 0.0.9
|
||||
|
||||
## 0.0.8
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
## 0.0.10
|
||||
|
||||
### New Features
|
||||
|
||||
* Added predicates `ClassOrInterface.getAPermittedSubtype` and `isSealed` exposing information about sealed classes.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.0.9
|
||||
lastReleaseVersion: 0.0.10
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-all
|
||||
version: 0.0.10-dev
|
||||
version: 0.0.10
|
||||
groups: java
|
||||
dbscheme: config/semmlecode.dbscheme
|
||||
extractor: java
|
||||
|
||||
@@ -1,3 +1,20 @@
|
||||
## 0.0.10
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Add more classes to Netty request/response splitting. Change identification to `java/netty-http-request-or-response-splitting`.
|
||||
Identify request splitting differently from response splitting in query results.
|
||||
Support addional classes:
|
||||
* `io.netty.handler.codec.http.CombinedHttpHeaders`
|
||||
* `io.netty.handler.codec.http.DefaultHttpRequest`
|
||||
* `io.netty.handler.codec.http.DefaultFullHttpRequest`
|
||||
|
||||
### New Queries
|
||||
|
||||
* A new query titled "Local information disclosure in a temporary directory" (`java/local-temp-file-or-directory-information-disclosure`) has been added.
|
||||
This query finds uses of APIs that leak potentially sensitive information to other local users via the system temporary directory.
|
||||
This query was originally [submitted as query by @JLLeitschuh](https://github.com/github/codeql/pull/4388).
|
||||
|
||||
## 0.0.9
|
||||
|
||||
### New Queries
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
category: breaking
|
||||
---
|
||||
* Add more classes to Netty request/response splitting. Change identification to `java/netty-http-request-or-response-splitting`.
|
||||
Identify request splitting differently from response splitting in query results.
|
||||
Support addional classes:
|
||||
* `io.netty.handler.codec.http.CombinedHttpHeaders`
|
||||
* `io.netty.handler.codec.http.DefaultHttpRequest`
|
||||
* `io.netty.handler.codec.http.DefaultFullHttpRequest`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: newQuery
|
||||
---
|
||||
* A new query titled "Local information disclosure in a temporary directory" (`java/local-temp-file-or-directory-information-disclosure`) has been added.
|
||||
This query finds uses of APIs that leak potentially sensitive information to other local users via the system temporary directory.
|
||||
This query was originally [submitted as query by @JLLeitschuh](https://github.com/github/codeql/pull/4388).
|
||||
16
java/ql/src/change-notes/released/0.0.10.md
Normal file
16
java/ql/src/change-notes/released/0.0.10.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## 0.0.10
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* Add more classes to Netty request/response splitting. Change identification to `java/netty-http-request-or-response-splitting`.
|
||||
Identify request splitting differently from response splitting in query results.
|
||||
Support addional classes:
|
||||
* `io.netty.handler.codec.http.CombinedHttpHeaders`
|
||||
* `io.netty.handler.codec.http.DefaultHttpRequest`
|
||||
* `io.netty.handler.codec.http.DefaultFullHttpRequest`
|
||||
|
||||
### New Queries
|
||||
|
||||
* A new query titled "Local information disclosure in a temporary directory" (`java/local-temp-file-or-directory-information-disclosure`) has been added.
|
||||
This query finds uses of APIs that leak potentially sensitive information to other local users via the system temporary directory.
|
||||
This query was originally [submitted as query by @JLLeitschuh](https://github.com/github/codeql/pull/4388).
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.0.9
|
||||
lastReleaseVersion: 0.0.10
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-queries
|
||||
version: 0.0.10-dev
|
||||
version: 0.0.10
|
||||
groups:
|
||||
- java
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user