
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.
-
JNI02-J. Do not assume object references are constant or unique (SEI CERT Oracle Coding Standard for Java)
-
NUM01-J. Do not perform bitwise and arithmetic operations on the same data (SEI CERT Oracle Coding Standard for Java)
-
DCL01-J. Do not reuse public identifiers from the Java Standard Library (SEI CERT Oracle Coding Standard for Java)
-
IDS08-J. Sanitize untrusted data included in a regular expression (SEI CERT Oracle Coding Standard for Java)
-
IDS03-J. Do not log unsanitized user input (SEI CERT Oracle Coding Standard for Java)
-
IDS11-J. Perform any string modifications before validation (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)
-
SER01-J. Do not deviate from the proper signatures of serialization methods (SEI CERT Oracle Coding Standard for Java)
-
SER08-J. Minimize privileges before deserializing from a privileged context (SEI CERT Oracle Coding Standard for Java)
-
SER11-J. Prevent overwriting of externalizable objects (SEI CERT Oracle Coding Standard for Java)