mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
712 B
712 B
0.5.1
Minor Analysis Improvements
- Added sink models for the constructors of
org.springframework.jdbc.object.MappingSqlQueryandorg.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)toConditionalBypassFlowConfig. - Added
AllowContentAccessMethodto represent thesetAllowContentAccessmethod of theandroid.webkit.WebSettingsclass. - Added an external flow source for the parameters of methods annotated with
android.webkit.JavascriptInterface.