...
Wiki Markup |
---|
\[[API 2006|AA. Bibliography#API 06]\] [method clone()|http://java.sun.com/javase/6/docs/api/java/lang/Object.html#clone()] \[[Bloch 2008|AA. Bibliography#Bloch 08]\] Item 39: Make defensive copies when needed and Item 11: Override clone judiciously \[[MITRE 2009|AA. Bibliography#MITRE 09]\] [CWE-374|http://cwe.mitre.org/data/definitions/374.html] "Passing Mutable Objects Passedto an byUntrusted ReferenceMethod" and [CWE-375|http://cwe.mitre.org/data/definitions/375.html] "PassingReturning a Mutable ObjectsObject to an Untrusted MethodCaller" \[[SCG 2007|AA. Bibliography#SCG 07]\] Guideline 2-2 Support copy functionality for a mutable class \[[SCG 2009|AA. Bibliography#SCG 09]\] Guideline 2-3 Support copy functionality for a mutable class \[[Security 2006|AA. Bibliography#Security 06]\] |
...