mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Release preparation for version 2.12.1
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added an external flow source for the parameters of methods annotated with `android.webkit.JavascriptInterface`.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added `AllowContentAccessMethod` to represent the `setAllowContentAccess` method of the `android.webkit.WebSettings` class.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added more dataflow models for frequently-used JDK APIs.
|
||||
* Removed summary model for `java.lang.String#endsWith(String)` and added neutral model for this API.
|
||||
* Added additional taint step for `java.lang.String#endsWith(String)` to `ConditionalBypassFlowConfig`.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added sink models for the constructors of `org.springframework.jdbc.object.MappingSqlQuery` and `org.springframework.jdbc.object.MappingSqlQueryWithParameters`.
|
||||
10
java/ql/lib/change-notes/released/0.5.1.md
Normal file
10
java/ql/lib/change-notes/released/0.5.1.md
Normal file
@@ -0,0 +1,10 @@
|
||||
## 0.5.1
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
* Added sink models for the constructors of `org.springframework.jdbc.object.MappingSqlQuery` and `org.springframework.jdbc.object.MappingSqlQueryWithParameters`.
|
||||
* Added more dataflow models for frequently-used JDK APIs.
|
||||
* Removed summary model for `java.lang.String#endsWith(String)` and added neutral model for this API.
|
||||
* Added additional taint step for `java.lang.String#endsWith(String)` to `ConditionalBypassFlowConfig`.
|
||||
* Added `AllowContentAccessMethod` to represent the `setAllowContentAccess` method of the `android.webkit.WebSettings` class.
|
||||
* Added an external flow source for the parameters of methods annotated with `android.webkit.JavascriptInterface`.
|
||||
Reference in New Issue
Block a user