...
Wiki Markup |
---|
\[[SCG 07|AA. Java References#SCG 07]\] Guideline 2-1 Create a copy of mutable inputs and outputs \[[Bloch 08|AA. Java References#Bloch 08]\] Item 39: Make defensive copies when needed \[[Pugh 09|AA. Java References#Pugh 09]\] Returning references to internal mutable state |
...
FIO08-J. Do not log sensitive information09. Input Output (FIO) 09. Input Output (FIO) FIO06FIO01-J. Ensure all resources are properly closed when they are no longer neededDo not expose buffers created using the wrap() or duplicate() methods to untrusted code