Release Notes - 1.2


  • 1.2.0-funcrel

    1.2.0-funcrel
    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.
    Improves the documentation of the rule 8500 ‘Avoid code injection through API requests’
    Improves the description of rule 7748 ‘Avoid OS command injection’
    Improves accuracy of rules: 8240 ‘Avoid using unsecured cookie’, 1025016 ‘Avoid using cookie without the HttpOnly flag’ for the type System.Net.Cookie. 📝 56697
    Fixes violation paths that could be incomplete in rare cases, when the originating method name started with “get”
    Improves the support of lambdas expressions