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="d97de099c6bf739f-53392601-40424913-bfd9b84e-d716bc1c5c59a156e6fe31a1"><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="6bd008302fe657ac-d859d1a5-471b4d86-88e8bba2-0c9ca86698ae10eaf696937d"><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="428a02eac8b6837f-a9be7736-4f184303-b6f49e90-914a3777ddcc80ef5a57eded"><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