Labelled content
This list shows content tagged with the following label:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
-
JNI01-J. Safely invoke standard APIs that perform tasks using the immediate caller's class loader instance (loadLibrary) (SEI CERT Oracle Coding Standard for Java)
-
ENV06-J. Production code must not contain debugging entry points (SEI CERT Oracle Coding Standard for Java)
-
LCK05-J. Synchronize access to static fields that can be modified by untrusted code (SEI CERT Oracle Coding Standard for Java)
-
LCK00-J. Use private final lock objects to synchronize classes that may interact with untrusted code (SEI CERT Oracle Coding Standard for Java)
-
-
SEC02-J. Do not base security checks on untrusted sources (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)
-
MET03-J. Methods that perform a security check must be declared private or final (SEI CERT Oracle Coding Standard for Java)
-
SEC01-J. Do not allow tainted variables in privileged blocks (SEI CERT Oracle Coding Standard for Java)