Hacker News new | ask | show | jobs
by sergiotapia 4046 days ago
I agree with what you're saying, but a lot of people make it look like Meteor allows XSS and SQL Injection by default. You really only need to remove autopublish from the get go right after meteor create foobar and you begin with a secure app.
1 comments

You should never have to do anything to become secure. The mantra is: secure by design; secure by default; secure by configuration.
In OWASP: It is important to understand that by no means does “Secure Defaults” mean turning off all possible network applications or sockets and services. And neither do Secure Defaults mean a 100% secure environment. But, they should ensure the least number of possible loopholes and fewer drawbacks.