Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 727 Bytes

File metadata and controls

19 lines (10 loc) · 727 Bytes

EffectiveJava

This repo contains secure and OOD practices with Java.This assumes that you already have familiarity with Effective Java by Joushua Boch.

How to use them

  • 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

Contribute

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.

License

Licensed under LICENSE