Versions Compared

Key

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

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="76204ae659049416-7536a2ac-49d7437b-93118972-aa38d388935bcc70ce786a01"><ac:plain-text-body><![CDATA[

[[McGraw 1998

AA. Bibliography#Mcgraw 98]]

Twelve rules for developing more secure Java code

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="b15313b9135e551c-0954ed5b-47e646da-a9978b0a-897c832ca2ad2aa0dc3adea2"><ac:plain-text-body><![CDATA[

[[MITRE 2009

AA. Bibliography#MITRE 09]]

[CWE-498

http://cwe.mitre.org/data/definitions/498.html]. Cloneable class containing sensitive information; [CWE-491

http://cwe.mitre.org/data/definitions/491.html]. Public cloneable() method without final (aka "object hijack")

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4e22fa33b63ac098-4221932d-49e14820-8fa78625-667e0de198f406a8615c595f"><ac:plain-text-body><![CDATA[

[[Wheeler 2003

AA. Bibliography#Wheeler 03]]

10.6, Java

]]></ac:plain-text-body></ac:structured-macro>

...

      04. Object Orientation (OBJ)      OBJ08-J. Do not expose sensitive private members of an outer class from within a nested classImage Added