Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
SEC02-J. Do not base security checks on untrusted sources (SEI CERT Oracle Coding Standard for Java)
-
IDS11-J. Perform any string modifications before validation (SEI CERT Oracle Coding Standard for Java)
-
IDS01-J. Normalize strings before validating them (SEI CERT Oracle Coding Standard for Java)
-
STR01-J. Do not assume that a Java char fully represents a Unicode code point (SEI CERT Oracle Coding Standard for Java)
-
NUM10-J. Do not construct BigDecimal objects from floating-point literals (SEI CERT Oracle Coding Standard for Java)
-
MET02-J. Do not use deprecated or obsolete classes or methods (SEI CERT Oracle Coding Standard for Java)
-
LCK08-J. Ensure actively held locks are released on exceptional conditions (SEI CERT Oracle Coding Standard for Java)
-
IDS00-J. Prevent SQL injection (SEI CERT Oracle Coding Standard for Java)
-
FIO05-J. Do not expose buffers or their backing arrays methods to untrusted code (SEI CERT Oracle Coding Standard for Java)
-
MET06-J. Do not invoke overridable methods in clone() (SEI CERT Oracle Coding Standard for Java)