mirror of
https://github.com/github/codeql.git
synced 2026-02-18 07:53:43 +01:00
717 B
717 B
0.3.2
New Queries
- A new query "Android
WebViewthat accepts all certificates" (java/improper-webview-certificate-validation) has been added. This query finds implementations ofWebViewClients that accept all certificates in the case of an SSL error.
Major Analysis Improvements
- The query
java/sensitive-loghas been improved to no longer report results that are effectively duplicates due to one source flowing to another source.
Minor Analysis Improvements
- The query
java/path-injectionnow recognises vulnerable APIs defined using theSinkModelCsvclass with thecreate-filetype. Out of the box this includes Apache Commons-IO functions, as well as any user-defined sinks.