
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.
-
SEC10-J Never permit untrusted code to invoke any API that may (possibly transitively) invoke the reflection APIs (SEI CERT Oracle Coding Standard for Java)
-
SEC09-J Never leak the results of certain standard API methods from trusted code to untrusted code (SEI CERT Oracle Coding Standard for Java)
-
SEC08-J Trusted code must discard or clean any arguments provided by untrusted code (SEI CERT Oracle Coding Standard for Java)
-
SEC04-J. Protect sensitive operations with security manager checks (SEI CERT Oracle Coding Standard for Java)
-
SEC02-J. Do not base security checks on untrusted sources (SEI CERT Oracle Coding Standard for Java)
-
-
SEC01-J. Do not allow tainted variables in privileged blocks (SEI CERT Oracle Coding Standard for Java)
-
SEC06-J. Do not rely on the default automatic signature verification provided by URLClassLoader and java.util.jar (SEI CERT Oracle Coding Standard for Java)
-
SEC05-J. Do not use reflection to increase accessibility of classes, methods, or fields (SEI CERT Oracle Coding Standard for Java)
-