Info | ||
---|---|---|
| ||
This page is automatically generated from the "Automated Detection" sections in the individual guidelines. Do not modify this page directly. |
Version number:
V. 5.0
Java checkers | Rule |
---|---|
MS_MUTABLE_ARRAY MS_SHOULD_BE_FINAL | OBJ10-J. Do not use public static nonfinal variables - java - CERT Secure Coding Standard |
NP_DEREFERENCE_OF_READLINE_VALUE | EXP01-J. Never dereference null pointers - java - CERT Secure Coding Standard |
NP_NULL_PARAM_DEREF | EXP01-J. Never dereference null pointers - java - CERT Secure Coding Standard |
NP_TOSTRING_COULD_RETURN_NULL | EXP01-J. Never dereference null pointers - java - CERT Secure Coding Standard |
SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE | IDS00-J. Sanitize untrusted data passed across a trust boundary - java - CERT Secure Coding Standard |