This repo contains secure and OOD practices with Java.This assumes that you already have familiarity with Effective Java by Joushua Boch.
- The Source classes define different patterns of safe and recommended patterns in features of Java Language(ex:Serialization)
Example: SerializationProxyPattern is a widely used pattern to secure classes deserialization. It has a corresponding test SerializationProxyPattTest
The solutions have been tested with a given set of constraints.However , in case you find a bug, please raise an issue.Kindly fork the repo and create a pull request to merge into the source repo.
Licensed under LICENSE