I am wondering if there is an educational collection of examples of how security in the JVM has been compromised in older versions.
After reading the articles on the IKVM blog, I got the feeling that I would learn more by understanding past cases of security issues, instead of reading some simple “Do and Dont” (it seems like most interesting articles have pulled out what a shame).
Is there something like this somewhere?
Maybe my expectations are too strong: I don’t care about any script-kiddy material, but I’m looking for quality content that goes in depth about
- How was a security issue discovered?
- What will the code look like?
- What does the wrong code look like?
- How is the bug fixed?
- How can I check for an error?
- What were the reasons behind the security problem? (Sheer laziness, performance problems, wrong assumptions, ...)
- What are the lessons as an application developer, library developer, VM engineer?
Is there something similar on the net?
source share