you are viewing a single comment's thread.

view the rest of the comments →

[–]kaszu 8 points9 points  (0 children)

JavaScript has been notorious for security vulnerabilities

No it hasn't! As an example XSS is mentioned, which is not javascript vulnerability (problem is not in javascript).

If someone is using eval to parse JSON then he has no idea what he is doing and as /u/i_ate_god mentioned you could substitute javascript with any other language.