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

Bibliography

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="adeb2dc78cabc4b0-8610932b-4b744579-b111b0f6-a090ae469d54f256014430e5"><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="72cb065dc617f402-6fd0211c-4f564c5d-be9883bf-6a0aabc60777bd75ab0f5566"><ac:plain-text-body><![CDATA[

[[Pugh 2009

AA. Bibliography#Pugh 09]]

Returning references to internal mutable state

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

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="93c4f011-82f4-46cc-9bcb-6a9cf0096a36"><ac:plain-text-body><![CDATA[

[[SCG 2009

AA. Bibliography#SCG 09]]

Guideline 2-2 Create copies of mutable outputs

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

...