Hacker News new | ask | show | jobs
by iso-8859-1 3705 days ago
Java removed certain classes of errors (memory management). It introduced other (providing an insecure sandbox for applets).
2 comments

I think code execution by insecure deserialization is the big Java security problem now, though I'm neither a security guy nor a Java guy.
It's not like C applets are safer.
If we consider NaCl to be "C applets"... yes, it actually is safer.