Versions Compared

Key

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

Current status.

Dhruv – ???

Dean – ???

Robert – ???

Fred - ???

David - ????

Completed

Chapter 1:  rCs, dm, dfs, fwl, dms

...

Chapter 5: dms, fwl, dfs, rCs, dm

Submitted

all chapters submitted

Replaceable (weak) guidelines

Content by Label
labelsweak

...

This page contains adhoc TODO ideas or topics being currently investigated. Please feel free to comment on these or suggest new ones.

Possible Changes to Current Guidelines
  • All classes, methods will need to include the final keyword. Although this is against extensibility, it is critical from the security point of view.

...

  • Calling clone.super() is necessary.

...

Possible Recommendations
  • 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) (done)

...

  • Issues with ProtectionDomains (if any)

...

Possible Rules
  • Poor performance and DoS due to regex (fixed in jdk 1.6)

...