Versions Compared

Key

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

...

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

OBJ06-J

medium

probable

high

P4

L3

Automated Detection

TODO

Related Guidelines

Secure Coding Guidelines for the Java Programming Language, Version 3.0

Guideline 2-2 Create copies of mutable outputs

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ba8fe6c07666baa7-5596784f-4b914541-8d56bd70-c23bd561caaab09d9846a03e"><ac:plain-text-body><![CDATA[

[[Bloch 2008

AA. Bibliography#Bloch 08]]

Item 39: Make defensive copies when needed

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9f9ae6f131e8766a-f43c0f3b-44c84afa-835ab25d-5a8f47bfc4f9f00e952080dd"><ac:plain-text-body><![CDATA[

[[Pugh 2009

AA. Bibliography#Pugh 09]]

Returning references to internal mutable state

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

...