- Added a new query
java/android/websettings-allow-content-accessto detect Android WebViews which do not disable access tocontent://urls.
- The name, description and alert message for the query
java/concatenated-sql-queryhave been altered to emphasize that the query flags the use of string concatenation to construct SQL queries, not the lack of appropriate escaping. The query's files have been renamed fromSqlUnescaped.qlandSqlUnescapedLib.qlltoSqlConcatenated.qlandSqlConcatenatedLib.qllrespectively; in the unlikely event your custom configuration or queries refer to either of these files by name, those references will need to be adjusted. The query id remainsjava/concatenated-sql-query, so alerts should not be re-raised as a result of this change.