Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: more wordsmithing

...

EX0: Sensitive classes should not be cloneable, as per guideline OBJ02-J. Sensitive classes must not let themselves be copyablecopied.

Risk Assessment

Creating a mutable class without without providing copy functionality may result in the data of its instance becoming corrupted when the instance is passed to untrusted code.

...