Release Notes - 1.2


1.2.0-funcrel

Fixes/Bugs

Customer Ticket Id Customer Details
Improves accuracy of rules: 7742 'Avoid SQL injection', 8420 'Avoid second order SQL injection', 8490 'Avoid SQL injection through API requests' for the types 'rowset' like oracle.jdbc.rowset.OracleCachedRowSet or oracle.jdbc.rowset.OracleJDBCRowSet.

Enhancement/Improvements

Customer Ticket Id Customer Details
Improves the documentation of the rule 8500 'Avoid code injection through API requests'
Improves the description of rule 7748 'Avoid OS command injection'
56697 Improves accuracy of rules: 8240 'Avoid using unsecured cookie', 1025016 'Avoid using cookie without the HttpOnly flag' for the type System.Net.Cookie.
Fixes violation paths that could be incomplete in rare cases, when the originating method name started with “get”
Improves the support of lambdas expressions