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.
-
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)
-
MET03-J. Methods that perform a security check must be declared private or final (SEI CERT Oracle Coding Standard for Java)
-
SER01-J. Do not deviate from the proper signatures of serialization methods (SEI CERT Oracle Coding Standard for Java)
-
-
STR04-J. Use compatible character encodings when communicating string data between JVMs (SEI CERT Oracle Coding Standard for Java)
-
SEC01-J. Do not allow tainted variables in privileged blocks (SEI CERT Oracle Coding Standard for Java)
-
EXP03-J. Do not use the equality operators when comparing values of boxed primitives (SEI CERT Oracle Coding Standard for Java)
-
TSM01-J. Do not let the this reference escape during object construction (SEI CERT Oracle Coding Standard for Java)
-
MSC06-J. Do not modify the underlying collection when an iteration is in progress (SEI CERT Oracle Coding Standard for Java)