...
Wiki Markup |
---|
\[[McGraw 1998|AA. Bibliography#Mcgraw 98]\] Twelve rules for developing more secure Java code \[[MITRE 2009|AA. Bibliography#MITRE 09]\] [CWE-498|http://cwe.mitre.org/data/definitions/498.html] "Information Leak through Class Cloning", [CWE-491|http://cwe.mitre.org/data/definitions/491.html] "Public cloneable() Method Without Final (aka 'Object Hijack')" \[[Wheeler 2003|AA. Bibliography#Wheeler 03]\] 10.6. Java |
...
OBJ02-J. Never conflate confuse immutability of a reference with that of the referenced object 04. Object Orientation (OBJ) OBJ04-J. Do not use public static non-final variables