...
- Calling clone.super() is necessary.
...
Possible Recommendations
Wiki Markup Do not serialize keys, certificates or the classes that contain their instances, as deserialization may fail if the same security provider is not present at the remote end. Instead, override the readObject, writeObject methods and encode the data. \[P 202 Oaks 01\] *(unsure if this can be classified as a security error)*
- Careful while using environment variables - investigate usual conditions
...
- Masking, Shadowing, Obscuration
- Issues with ProtectionDomains
...
Possible Rules
- Do not catch
Error
...