Platform Security (SEC)
- SEC50-J. Avoid granting excess privileges
- SEC51-J. Minimize privileged code
- SEC52-J. Do not expose methods that use reduced-security checks to untrusted code
- SEC53-J. Define custom security permissions for fine-grained security
- SEC54-J. Create a secure sandbox using a security manager
- SEC55-J. Ensure that security-sensitive methods are called with validated arguments
- SEC56-J. Do not serialize direct handles to system resources
- SEC57-J. Do not let untrusted code misuse privileges of callback methods
- SEC58-J. Deserialization methods should not perform potentially dangerous operations


