mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
11 lines
712 B
Markdown
11 lines
712 B
Markdown
## 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`.
|