If only buffer overflows were the only security problem in software:-( Buffer overflows only take up a few dozen pages. Over half the book is using cryptography properly in applications. The Java cookbook will deal with a lot of issues that come up in J2EE environments, as well as the things that typically go wrong other than overflows.
Buffer overflows pick up a lot of publicity, partially because security-critical ones are usually easy to leverage into the ability to execute arbitrary code. Don't let that lead you to he conclusion that there are not other security risks to software that are significant.
Secure Programming Cookbook for Java (Score:0)
I realy need a book on howto write buffer-overflow free Java code!
Re:Secure Programming Cookbook for Java (Score:3, Insightful)