mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Merge pull request #12987 from github/post-release-prep/codeql-cli-2.13.1
Post-release preparation for codeql-cli-2.13.1
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
## 0.6.1
|
||||
|
||||
### Deprecated APIs
|
||||
|
||||
* The `sensitiveResultReceiver` predicate in `SensitiveResultReceiverQuery.qll` has been deprecated and replaced with `isSensitiveResultReceiver` in order to use the new dataflow API.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Changed some models of Spring's `FileCopyUtils.copy` to be path injection sinks instead of summaries.
|
||||
* Added models for the following packages:
|
||||
* java.nio.file
|
||||
* Added models for [Apache HttpComponents](https://hc.apache.org/) versions 4 and 5.
|
||||
* Added sanitizers that recognize line breaks to the query `java/log-injection`.
|
||||
* Added new flow steps for `java.util.StringJoiner`.
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Deprecated APIs
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added new flow steps for `java.util.StringJoiner`.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added sanitizers that recognize line breaks to the query `java/log-injection`.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: deprecated
|
||||
---
|
||||
* The `sensitiveResultReceiver` predicate in `SensitiveResultReceiverQuery.qll` has been deprecated and replaced with `isSensitiveResultReceiver` in order to use the new dataflow API.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added models for [Apache HttpComponents](https://hc.apache.org/) versions 4 and 5.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added models for the following packages:
|
||||
* java.nio.file
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Changed some models of Spring's `FileCopyUtils.copy` to be path injection sinks instead of summaries.
|
||||
14
java/ql/lib/change-notes/released/0.6.1.md
Normal file
14
java/ql/lib/change-notes/released/0.6.1.md
Normal file
@@ -0,0 +1,14 @@
|
||||
## 0.6.1
|
||||
|
||||
### Deprecated APIs
|
||||
|
||||
* The `sensitiveResultReceiver` predicate in `SensitiveResultReceiverQuery.qll` has been deprecated and replaced with `isSensitiveResultReceiver` in order to use the new dataflow API.
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Changed some models of Spring's `FileCopyUtils.copy` to be path injection sinks instead of summaries.
|
||||
* Added models for the following packages:
|
||||
* java.nio.file
|
||||
* Added models for [Apache HttpComponents](https://hc.apache.org/) versions 4 and 5.
|
||||
* Added sanitizers that recognize line breaks to the query `java/log-injection`.
|
||||
* Added new flow steps for `java.util.StringJoiner`.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.6.0
|
||||
lastReleaseVersion: 0.6.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/java-all
|
||||
version: 0.6.1-dev
|
||||
version: 0.6.2-dev
|
||||
groups: java
|
||||
dbscheme: config/semmlecode.dbscheme
|
||||
extractor: java
|
||||
|
||||
Reference in New Issue
Block a user