Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Serialization The serialization and deserialization features can be used exploited to bypass security manager checks. A serializable class may employ security manager checks in its constructors for various reasons. For example, the checks prevent an attacker from modifying the internal state of the class.

...